diff --git a/www/attributes/hx-trigger.md b/www/attributes/hx-trigger.md index 2c5fe01e..6400c930 100644 --- a/www/attributes/hx-trigger.md +++ b/www/attributes/hx-trigger.md @@ -43,7 +43,7 @@ The response from the `/register` url will be appended to the `div` with the id There are two special events that are non-standard that htmx supports: * `load` - triggered on load (useful for lazy-loading something) -* `reveal` - triggered when an element is scrolled into the viewport (also useful for lazy-loading) +* `revealed` - triggered when an element is scrolled into the viewport (also useful for lazy-loading) ### Polling diff --git a/www/posts/2020-7-8-htmx-0.0.8-is-released.md b/www/posts/2020-7-8-htmx-0.0.8-is-released.md index f07c0d1c..6b9c2333 100644 --- a/www/posts/2020-7-8-htmx-0.0.8-is-released.md +++ b/www/posts/2020-7-8-htmx-0.0.8-is-released.md @@ -17,7 +17,7 @@ I'm pleased to announce the [0.0.8 release](https://unpkg.com/browse/htmx.org@0. #### New Features -* A bug fix on history when using local anchors: `<a href="#example">...` +* A bug fix on history when using local anchors: `...` * A bug fix for the aforementioned `show` functionality Enjoy!