From 79e33078f288f07bd9dfbbbeda0c2deb924786cd Mon Sep 17 00:00:00 2001 From: Jihyun Yu Date: Fri, 16 Oct 2015 03:47:03 -0700 Subject: [PATCH] Fix minor typos on documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/2742 Reviewed By: @​svcscm Differential Revision: D2549690 Pulled By: @javache fb-gh-sync-id: 84cb3aa78c2c75bae24a8cc7c1b96e219c9a0552 --- Libraries/Components/TextInput/TextInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 8ddd13aa9..52dc55222 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -108,7 +108,7 @@ var TextInput = React.createClass({ autoFocus: PropTypes.bool, /** * Set the position of the cursor from where editing will begin. - * @platorm android + * @platform android */ textAlign: PropTypes.oneOf([ 'start',