diff options
author | Christian Clauss <cclauss@me.com> | 2024-01-24 16:10:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 10:10:37 -0500 |
commit | 0b6769a257ac1bf50f3f7228f8a5be5964970f7e (patch) | |
tree | 228201ab928e8527e73b56a0c4afbc14bdae19a1 /CHANGELOG.md | |
parent | 22c8c345e4f90eae4ed12bf5bfe47b4154d1bbb8 (diff) | |
download | htmx-0b6769a257ac1bf50f3f7228f8a5be5964970f7e.tar.gz htmx-0b6769a257ac1bf50f3f7228f8a5be5964970f7e.zip |
Fix typos in markdown files (#2177)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa3d5f0..8b5e1c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ ## [1.9.6] - 2023-09-22 * IE support has been restored (thank you @telroshan!) -* Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request +* Introduced the `hx-disabled-elt` attribute to allow specifying elements to disable during a request * You can now explicitly decide to ignore `title` tags found in new content via the `ignoreTitle` option in `hx-swap` and the `htmx.config.ignoreTitle` configuration variable. * `hx-swap` modifiers may be used without explicitly specifying the swap mechanism * Arrays are now supported in the `client-side-templates` extension |