diff options
author | Elliott Brown <33970260+elliottinvent@users.noreply.github.com> | 2023-10-01 18:28:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 19:28:28 +0200 |
commit | 1e5dc7fba747a6ee38da89c5b363b68c350b391c (patch) | |
tree | ebdcdbeaf2a9ea5894eb46db0157dba535a994a8 /www/content/attributes | |
parent | 2a34b304e122cf938d276f38eab0a2992637b71d (diff) | |
download | htmx-1e5dc7fba747a6ee38da89c5b363b68c350b391c.tar.gz htmx-1e5dc7fba747a6ee38da89c5b363b68c350b391c.zip |
Fix reference in notes from `hx-disable-elts` to `hx-disable-elt` (#1838)
Diffstat (limited to 'www/content/attributes')
-rw-r--r-- | www/content/attributes/hx-disabled-elt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/attributes/hx-disabled-elt.md b/www/content/attributes/hx-disabled-elt.md index 5635e636..0b3e6afd 100644 --- a/www/content/attributes/hx-disabled-elt.md +++ b/www/content/attributes/hx-disabled-elt.md @@ -23,4 +23,4 @@ which will prevent further clicks from occurring. ## Notes -* `hx-disable-elts` is inherited and can be placed on a parent element
\ No newline at end of file +* `hx-disable-elt` is inherited and can be placed on a parent element |