diff options
author | Simon Hartley <170740+scrhartley@users.noreply.github.com> | 2025-04-02 17:29:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 10:29:14 -0600 |
commit | b1c1a1ba231ac5038d5ac81ff64fc346072981fe (patch) | |
tree | 017d061ba9713ac0e7215cdd680653d797fec9fd | |
parent | aa3dbf0c50339216c11f1c4a0e70569fb862922b (diff) | |
download | htmx-b1c1a1ba231ac5038d5ac81ff64fc346072981fe.tar.gz htmx-b1c1a1ba231ac5038d5ac81ff64fc346072981fe.zip |
Documentation update for hx-swap (#3261)
-rw-r--r-- | www/content/attributes/hx-swap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/attributes/hx-swap.md b/www/content/attributes/hx-swap.md index 0035bf10..250b2881 100644 --- a/www/content/attributes/hx-swap.md +++ b/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 modifier: ```html - <!-- this will wait 1s before doing the swap after it is received --> + <!-- this will wait 1s before doing the settle after it is received --> <div hx-get="/example" hx-swap="innerHTML settle:1s">Get Some HTML & Append It</div> ``` |