[Docs] Fixed word auto-correction in TextInput.js
Summary: Closes https://github.com/facebook/react-native/pull/1593 Github Author: Prathamesh Sonpatki <csonpatki@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
0a875790f5
commit
7dd2dd7962
|
@ -68,8 +68,8 @@ type Event = Object;
|
|||
|
||||
/**
|
||||
* A foundational component for inputting text into the app via a
|
||||
* keyboard. Props provide configurability for several features, such as auto-
|
||||
* correction, auto-capitalization, placeholder text, and different keyboard
|
||||
* keyboard. Props provide configurability for several features, such as
|
||||
* auto-correction, auto-capitalization, placeholder text, and different keyboard
|
||||
* types, such as a numeric keypad.
|
||||
*
|
||||
* The simplest use case is to plop down a `TextInput` and subscribe to the
|
||||
|
|
Loading…
Reference in New Issue