Skip to content

Commit

Permalink
Fixed an incorrect word in the blurTextInput() documentation.
Browse files Browse the repository at this point in the history
Summary:
In `TextInputState`'s `blurTextInput()` documentation, the parameter description`id of the text field to focus` should be `id of the text field to unfocus`, since this is `blurTextInput` and not `focusTextInput`.

N/A (just documentation fix).
Closes #14367

Differential Revision: D5200263

Pulled By: shergin

fbshipit-source-id: b3e9ab60e555ad9050474b59a728761180618190
  • Loading branch information
jstheoriginal authored and facebook-github-bot committed Jun 21, 2017
1 parent ec68536 commit bc718fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/TextInput/TextInputState.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var TextInputState = {
},

/**
* @param {number} textFieldID id of the text field to focus
* @param {number} textFieldID id of the text field to unfocus
* Unfocuses the specified text field
* noop if it wasn't focused
*/
Expand Down

0 comments on commit bc718fd

Please sign in to comment.