diff options
author | ollin <oliver.nautsch@gmail.com> | 2025-02-18 09:30:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-18 09:30:55 +0100 |
commit | 0a135f95ce281073670142dfa1f89047ffd854c9 (patch) | |
tree | 37ec36634ce9966c3e254d2766ea442bfe3b405e /www | |
parent | 90a91a60e0fcd2d7c42e04c615177cba89c33151 (diff) | |
download | htmx-0a135f95ce281073670142dfa1f89047ffd854c9.tar.gz htmx-0a135f95ce281073670142dfa1f89047ffd854c9.zip |
Update hx-swap.md (#3194)
typo
Diffstat (limited to 'www')
-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 62d38803..0035bf10 100644 --- a/www/content/attributes/hx-swap.md +++ b/www/content/attributes/hx-swap.md @@ -2,7 +2,7 @@ title = "hx-swap" description = """\ The hx-swap attribute in htmx allows you to specify the 'swap strategy', or how the response will be swapped in \ - relative to the target of an AJAZ request. The default swap strategy is `innerHTML`.""" + relative to the target of an AJAX request. The default swap strategy is `innerHTML`.""" +++ The `hx-swap` attribute allows you to specify how the response will be swapped in relative to the |