We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3dbf0 commit b1c1a1bCopy full SHA for b1c1a1b
1 file changed
www/content/attributes/hx-swap.md
@@ -57,7 +57,7 @@ Similarly, you can modify the time between the swap and the settle logic by incl
57
modifier:
58
59
```html
60
- <!-- this will wait 1s before doing the swap after it is received -->
+ <!-- this will wait 1s before doing the settle after it is received -->
61
<div hx-get="/example" hx-swap="innerHTML settle:1s">Get Some HTML & Append It</div>
62
```
63
0 commit comments