Fix revealed modifier

This commit is contained in:
Ben Croker 2020-07-09 21:47:35 +02:00 committed by GitHub
parent e1f586ed41
commit a8e205c4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: There are two special events that are non-standard that htmx supports:
* `load` - triggered on load (useful for lazy-loading something) * `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 ### Polling