diff options
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 |