Skip to content

Commit 9431f1e

Browse files
parasharrajatnecolas
authored andcommitted
Fix autoCorrect documentation
Close #2408
1 parent 80591bf commit 9431f1e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web-docs/src/pages/docs/components

1 file changed

+1
-1
lines changed

packages/react-native-web-docs/src/pages/docs/components/text-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Equivalent to [HTMLElement.autocapitalize](https://developer.mozilla.org/en-US/d
4747
Equivalent to [HTMLElement.autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocomplete).
4848
{% endcall %}
4949

50-
{% call macro.prop('autoCorrect', '?("on" | "off")') %}
50+
{% call macro.prop('autoCorrect', '?boolean = true') %}
5151
A string indicating whether or not auto-correct behavior is on or off. Safari only.
5252
{% endcall %}
5353

0 commit comments

Comments
 (0)