Fix minor typos on documentation

Summary: Closes https://github.com/facebook/react-native/pull/2742

Reviewed By: @​svcscm

Differential Revision: D2549690

Pulled By: @javache

fb-gh-sync-id: 84cb3aa78c2c75bae24a8cc7c1b96e219c9a0552
This commit is contained in:
Jihyun Yu 2015-10-16 03:47:03 -07:00 committed by facebook-github-bot-7
parent 74002b784b
commit 79e33078f2
1 changed files with 1 additions and 1 deletions

View File

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