Skip to content

Commit

Permalink
[Docs] Fixed word auto-correction in TextInput.js
Browse files Browse the repository at this point in the history
Summary:
Closes #1593
Github Author: Prathamesh Sonpatki <[email protected]>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
prathamesh-sonpatki committed Jun 16, 2015
1 parent 0a87579 commit 7dd2dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dd2dd7

Please sign in to comment.