Skip to content

Commit 28dd31d

Browse files
JoelMarceybubblesunyum
authored andcommitted
1 parent 356a0f5 commit 28dd31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Components/TextInput/TextInput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const TextInput = React.createClass({
361361
* - `focus()`
362362
* - `update()`
363363
*
364-
* > You can refernce `DocumentSelectionState` in
364+
* > You can reference `DocumentSelectionState` in
365365
* > [`vendor/document/selection/DocumentSelectionState.js`](https://github.com/facebook/react-native/blob/master/Libraries/vendor/document/selection/DocumentSelectionState.js)
366366
*
367367
* @platform ios
@@ -407,7 +407,7 @@ const TextInput = React.createClass({
407407
* The default value is true for single-line fields and false for
408408
* multiline fields. Note that for multiline fields, setting `blurOnSubmit`
409409
* to `true` means that pressing return will blur the field and trigger the
410-
* `onSubmitEditin`g event instead of inserting a newline into the field.
410+
* `onSubmitEditing` event instead of inserting a newline into the field.
411411
*/
412412
blurOnSubmit: PropTypes.bool,
413413
/**

0 commit comments

Comments
 (0)