Fixed typos

This commit is contained in:
Ben Croker 2020-09-18 15:41:49 +02:00 committed by GitHub
parent f25a7ee470
commit 5cb26e6fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ release [0.0.1 hyperscript](https://unpkg.com/hyperscript.org@0.0.1).
with the new `swap:<event name>` 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:<event name>` 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!