From 22b71f653271836bd2f4ebd5c367e812dca96a06 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:20 -0400 Subject: [PATCH] spelling: cursor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/smarty3-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/smarty3-templates.md b/doc/smarty3-templates.md index 4d50eb7d4..b15c55004 100644 --- a/doc/smarty3-templates.md +++ b/doc/smarty3-templates.md @@ -88,7 +88,7 @@ Field parameter: 2. Current value of the variable, 3. Help text for the input box, 4. Should be set to the translation of "Required" to mark this field as required, -5. if set to "autofocus" modern browser will put the cursur into this box once the page is loaded, +5. if set to "autofocus" modern browser will put the cursor into this box once the page is loaded, 6. if set, it will be used for the input type, default is `text` (possible types: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#%3Cinput%3E_types). ### field_intcheckbox.tpl