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:
parent
74002b784b
commit
79e33078f2
|
@ -108,7 +108,7 @@ var TextInput = React.createClass({
|
||||||
autoFocus: PropTypes.bool,
|
autoFocus: PropTypes.bool,
|
||||||
/**
|
/**
|
||||||
* Set the position of the cursor from where editing will begin.
|
* Set the position of the cursor from where editing will begin.
|
||||||
* @platorm android
|
* @platform android
|
||||||
*/
|
*/
|
||||||
textAlign: PropTypes.oneOf([
|
textAlign: PropTypes.oneOf([
|
||||||
'start',
|
'start',
|
||||||
|
|
Loading…
Reference in New Issue