diff options
author | chg20 <469183+chg20@users.noreply.github.com> | 2020-06-28 22:16:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 22:16:47 -0700 |
commit | c7288c16725af38a44c160284ab3c66533e91582 (patch) | |
tree | f5f1c4c2f07f42929d95c43a04dfa594be4e4f05 | |
parent | 70d770a1b598689bcfbca211395ddd66e202be41 (diff) | |
parent | e0a361f3563c373ccff7b729a1d57b14f93971e8 (diff) | |
download | htmx-c7288c16725af38a44c160284ab3c66533e91582.tar.gz htmx-c7288c16725af38a44c160284ab3c66533e91582.zip |
Merge pull request #124 from bencroker/patch-9
Fixed typo in docs
-rw-r--r-- | www/attributes/hx-vars.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/attributes/hx-vars.md b/www/attributes/hx-vars.md index 0e98ef47..0022c12b 100644 --- a/www/attributes/hx-vars.md +++ b/www/attributes/hx-vars.md @@ -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. |