From 48bd355076585002080958930f54d76106bfa0b5 Mon Sep 17 00:00:00 2001 From: Justin Stanley Date: Wed, 7 Jun 2017 09:30:44 -0500 Subject: [PATCH] Fixed an incorrect word in the TextInputState.blurTextInput() documentation. --- Libraries/Components/TextInput/TextInputState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/TextInput/TextInputState.js b/Libraries/Components/TextInput/TextInputState.js index 276bba0d781b36..7d17fe639352d6 100644 --- a/Libraries/Components/TextInput/TextInputState.js +++ b/Libraries/Components/TextInput/TextInputState.js @@ -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 */