summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorchg20 <469183+chg20@users.noreply.github.com>2020-06-28 22:16:47 -0700
committerGitHub <noreply@github.com>2020-06-28 22:16:47 -0700
commitc7288c16725af38a44c160284ab3c66533e91582 (patch)
treef5f1c4c2f07f42929d95c43a04dfa594be4e4f05
parent70d770a1b598689bcfbca211395ddd66e202be41 (diff)
parente0a361f3563c373ccff7b729a1d57b14f93971e8 (diff)
downloadhtmx-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.md2
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.