summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSimon Hartley <170740+scrhartley@users.noreply.github.com>2025-04-02 17:29:14 +0100
committerGitHub <noreply@github.com>2025-04-02 10:29:14 -0600
commitb1c1a1ba231ac5038d5ac81ff64fc346072981fe (patch)
tree017d061ba9713ac0e7215cdd680653d797fec9fd
parentaa3dbf0c50339216c11f1c4a0e70569fb862922b (diff)
downloadhtmx-b1c1a1ba231ac5038d5ac81ff64fc346072981fe.tar.gz
htmx-b1c1a1ba231ac5038d5ac81ff64fc346072981fe.zip
Documentation update for hx-swap (#3261)
-rw-r--r--www/content/attributes/hx-swap.md2
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>
```