summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/attributes
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2023-07-17 16:26:27 +0200
committerGitHub <noreply@github.com>2023-07-17 10:26:27 -0400
commit0a471dc4fbd26e8e820415b9033cab40d0193712 (patch)
treed85844708914c54525e78430ceccf0900fd0be79 /www/content/attributes
parente33b0be9090000661e47574b2663c54ad9e94d7c (diff)
downloadhtmx-0a471dc4fbd26e8e820415b9033cab40d0193712.tar.gz
htmx-0a471dc4fbd26e8e820415b9033cab40d0193712.zip
Fix typos in www/ (#1579)
Diffstat (limited to 'www/content/attributes')
-rw-r--r--www/content/attributes/hx-indicator.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/attributes/hx-indicator.md b/www/content/attributes/hx-indicator.md
index e811ad78..42b180e5 100644
--- a/www/content/attributes/hx-indicator.md
+++ b/www/content/attributes/hx-indicator.md
@@ -57,7 +57,7 @@ Note that the target of the `hx-indicator` selector need not be the exact elemen
want to show: it can be any element in the parent hierarchy of the indicator.
Finally, note that the `htmx-request` class by default is added to the element causing
-the request, so you can place an indicator inside of that element and not need to explictly
+the request, so you can place an indicator inside of that element and not need to explicitly
call it out with the `hx-indicator` attribute:
```html