Merge pull request #124 from bencroker/patch-9

Fixed typo in docs
This commit is contained in:
chg20 2020-06-28 22:16:47 -07:00 committed by GitHub
commit c7288c1672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@ syntax of javascript [Object Literals](https://developer.mozilla.org/en-US/docs/
### Notes
* `hx-params` is inherited and can be placed on a parent element.
* `hx-vars` is inherited and can be placed on a parent element.
* A child declaration of a variable overrides a parent declaration.
* Input values with the same name override variable declarations.