Skip to content

Commit bc718fd

Browse files
jstheoriginalfacebook-github-bot
authored andcommitted
Fixed an incorrect word in the blurTextInput() documentation.
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
1 parent ec68536 commit bc718fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/TextInput/TextInputState.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var TextInputState = {
5353
},
5454

5555
/**
56-
* @param {number} textFieldID id of the text field to focus
56+
* @param {number} textFieldID id of the text field to unfocus
5757
* Unfocuses the specified text field
5858
* noop if it wasn't focused
5959
*/

0 commit comments

Comments
 (0)