From 5cb26e6fb2902cc289427f535b59d1ba7203e2f4 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Fri, 18 Sep 2020 15:41:49 +0200 Subject: [PATCH] Fixed typos --- www/posts/2020-9-18-htmx-0.1.0-is-released.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/posts/2020-9-18-htmx-0.1.0-is-released.md b/www/posts/2020-9-18-htmx-0.1.0-is-released.md index 6411ce9c..45aa4ea3 100644 --- a/www/posts/2020-9-18-htmx-0.1.0-is-released.md +++ b/www/posts/2020-9-18-htmx-0.1.0-is-released.md @@ -23,7 +23,7 @@ release [0.0.1 hyperscript](https://unpkg.com/hyperscript.org@0.0.1). with the new `swap:` syntax. * [`hx-target`](/attributes/hx-target) now supports a `find` syntax to find elements below the element by a CSS selector * htmx plays better with deferred loading and many package managers -* All htmx events is dispatched in both camelCase as well as kebab-case, for better compatibility with AlpineJS and other frameworks. (e.g. `htmx:afterOnLoad` will also be triggered as +* All htmx events are dispatched in both camelCase as well as kebab-case, for better compatibility with AlpineJS and other frameworks. (e.g. `htmx:afterOnLoad` will also be triggered as `htmx:after-on-load`) #### Bug Fixes @@ -32,7 +32,7 @@ with the new `swap:` syntax. * Multi-select elements now send all values * Exotic element IDs do not break DOM processing * Exotic attribute values do not break the settling phase -* Hyperscript now supports `$` amd `_` in function calls +* Hyperscript now supports `$` and `_` in function calls * Hyperscript now supports empty parameter lists Enjoy!