From f98d9f5ea8d55b484fcf6b4a3fbfd39878a3c4fe Mon Sep 17 00:00:00 2001 From: Tom Haynes Date: Fri, 21 Apr 2017 03:14:32 -0700 Subject: [PATCH] Small grammar edit Summary: Small edit to comment, shouldn't require a test plan. Closes https://github.com/facebook/react-native/pull/13604 Differential Revision: D4928784 Pulled By: javache fbshipit-source-id: b8f4aff1580a7c5e8c80bbec3f52252b5e62c852 --- 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 8c740ddfcef..cf94cbba9f2 100755 --- a/Libraries/Components/Touchable/TouchableWithoutFeedback.js +++ b/Libraries/Components/Touchable/TouchableWithoutFeedback.js @@ -30,7 +30,7 @@ type Event = Object; 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 + * Do not use unless you have a very good reason. All elements that * respond to press should have a visual feedback when touched. * * TouchableWithoutFeedback supports only one child.