From a8e205c4b020b402ee289a6067819e04ab03755b Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:47:35 +0200 Subject: [PATCH] Fix `revealed` modifier --- www/attributes/hx-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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