Improve wording

This commit is contained in:
Ben Croker 2023-06-30 22:06:27 +03:00 committed by GitHub
parent 310ca32ac1
commit e9234823a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ Multiple triggers can be provided, seprarated by commas. Each trigger gets its
```html
<div hx-get="/news" hx-trigger="load, click delay:1s"></div>
```
This example will load `/news` immediate on the page load, and then again with a delay of one second after each click.
This example will load `/news` immediately on page load, and then again with a delay of one second after each click.
### Via JavaScript