From c16c3f9814bcd1019abb183158acece015024313 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Sun, 11 Oct 2015 21:10:23 -0700 Subject: [PATCH] Fix typo - Remove duplicated "to have" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/3015 Reviewed By: @​svcscm Differential Revision: D2530576 Pulled By: @vjeux fb-gh-sync-id: e7df3706f3c733e8de32c1f123d951b488133e8a --- Libraries/Components/Touchable/TouchableHighlight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Touchable/TouchableHighlight.js b/Libraries/Components/Touchable/TouchableHighlight.js index 0901d846e..62057fda0 100644 --- a/Libraries/Components/Touchable/TouchableHighlight.js +++ b/Libraries/Components/Touchable/TouchableHighlight.js @@ -59,7 +59,7 @@ var DEFAULT_PROPS = { * ``` * > **NOTE**: TouchableHighlight supports only one child * > - * > If you wish to have to have several child components, wrap them in a View. + * > If you wish to have several child components, wrap them in a View. */ var TouchableHighlight = React.createClass({