diff options
author | Viktor Szépe <viktor@szepe.net> | 2024-10-05 09:38:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 09:38:40 +0200 |
commit | e64ca1ff38775480e248e9b496d0aac804871395 (patch) | |
tree | 25bf4b9c67c8f4d5447b9821add33294d8805b5a /www/content/headers | |
parent | defcf160d81382e7c7736eae88a47852364c72eb (diff) | |
download | htmx-e64ca1ff38775480e248e9b496d0aac804871395.tar.gz htmx-e64ca1ff38775480e248e9b496d0aac804871395.zip |
Fix typos in docs (#2943)
Diffstat (limited to 'www/content/headers')
-rw-r--r-- | www/content/headers/hx-trigger.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/headers/hx-trigger.md b/www/content/headers/hx-trigger.md index c81679cb..63c99266 100644 --- a/www/content/headers/hx-trigger.md +++ b/www/content/headers/hx-trigger.md @@ -60,7 +60,7 @@ document.body.addEventListener("showMessage", function(evt){ Each property of the JSON object on the right hand side will be copied onto the details object for the event. -### Targetting Other Elements +### Targeting Other Elements You can trigger events on other target elements by adding a `target` argument to the JSON object. |