diff options
author | Viktor Szépe <viktor@szepe.net> | 2023-07-17 16:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 10:26:27 -0400 |
commit | 0a471dc4fbd26e8e820415b9033cab40d0193712 (patch) | |
tree | d85844708914c54525e78430ceccf0900fd0be79 /www/content/reference.md | |
parent | e33b0be9090000661e47574b2663c54ad9e94d7c (diff) | |
download | htmx-0a471dc4fbd26e8e820415b9033cab40d0193712.tar.gz htmx-0a471dc4fbd26e8e820415b9033cab40d0193712.zip |
Fix typos in www/ (#1579)
Diffstat (limited to 'www/content/reference.md')
-rw-r--r-- | www/content/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/reference.md b/www/content/reference.md index 1046978f..96deb6ff 100644 --- a/www/content/reference.md +++ b/www/content/reference.md @@ -146,7 +146,7 @@ The table below lists all other attributes available in htmx. | [`htmx:historyCacheError`](@/events.md#htmx:historyCacheError) | triggered on an error during cache writing | [`htmx:historyCacheMiss`](@/events.md#htmx:historyCacheMiss) | triggered on a cache miss in the history subsystem | [`htmx:historyCacheMissError`](@/events.md#htmx:historyCacheMissError) | triggered on a unsuccessful remote retrieval -| [`htmx:historyCacheMissLoad`](@/events.md#htmx:historyCacheMissLoad) | triggered on a succesful remote retrieval +| [`htmx:historyCacheMissLoad`](@/events.md#htmx:historyCacheMissLoad) | triggered on a successful remote retrieval | [`htmx:historyRestore`](@/events.md#htmx:historyRestore) | triggered when htmx handles a history restoration action | [`htmx:beforeHistorySave`](@/events.md#htmx:beforeHistorySave) | triggered before content is saved to the history cache | [`htmx:load`](@/events.md#htmx:load) | triggered when new content is added to the DOM |