Fix autoCorrect documentation

Close #2408
This commit is contained in:
Rajat Parashar
2022-10-07 19:34:50 +05:30
committed by Nicolas Gallagher
parent 80591bf963
commit 9431f1e441
@@ -47,7 +47,7 @@ Equivalent to [HTMLElement.autocapitalize](https://developer.mozilla.org/en-US/d
Equivalent to [HTMLElement.autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocomplete).
{% endcall %}
{% call macro.prop('autoCorrect', '?("on" | "off")') %}
{% call macro.prop('autoCorrect', '?boolean = true') %}
A string indicating whether or not auto-correct behavior is on or off. Safari only.
{% endcall %}