[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:
Prathamesh Sonpatki 2015-06-16 10:05:27 -07:00
parent 0a875790f5
commit 7dd2dd7962
1 changed files with 2 additions and 2 deletions

View File

@ -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