Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat authored Oct 7, 2022
1 parent dee258a commit 259302d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit 259302d

Please sign in to comment.