File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Libraries/Components/TextInput Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments