From d643eed0f06d0d406b4dd1b1f2faa0b05a68f4f9 Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 20 Nov 2016 15:23:15 -0800 Subject: [PATCH] Update grammar in TouchableWithoutFeedback.js Summary: > Explain the **motivation** for making this change. What existing problem does the pull request solve? When I'm referring to the `TouchableWithoutFeedback` documentation, I keep noticing this missing 's'. Closes https://github.com/facebook/react-native/pull/11037 Differential Revision: D4211726 Pulled By: ericvicenti fbshipit-source-id: 32adf03ec37733128039e064b8fdfa8b817e4a01 --- Libraries/Components/Touchable/TouchableWithoutFeedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Touchable/TouchableWithoutFeedback.js b/Libraries/Components/Touchable/TouchableWithoutFeedback.js index 383bc7643..c515613e8 100755 --- a/Libraries/Components/Touchable/TouchableWithoutFeedback.js +++ b/Libraries/Components/Touchable/TouchableWithoutFeedback.js @@ -27,7 +27,7 @@ const PRESS_RETENTION_OFFSET = {top: 20, left: 20, right: 20, bottom: 30}; /** * Do not use unless you have a very good reason. All the elements that * respond to press should have a visual feedback when touched. This is - * one of the primary reason a "web" app doesn't feel "native". + * one of the primary reasons a "web" app doesn't feel "native". * * > **NOTE**: TouchableWithoutFeedback supports only one child * >