From 7dd2dd7962e1c2627166c09ebd54f15848cf785e Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 16 Jun 2015 10:05:27 -0700 Subject: [PATCH] [Docs] Fixed word auto-correction in TextInput.js Summary: Closes https://github.com/facebook/react-native/pull/1593 Github Author: Prathamesh Sonpatki Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/Components/TextInput/TextInput.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 00a27e3c1..902f4100a 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -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