From e0a361f3563c373ccff7b729a1d57b14f93971e8 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Mon, 29 Jun 2020 06:55:14 +0200 Subject: [PATCH] Fixed type --- www/attributes/hx-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.