From 812b7e25888dbaad4bd14be494de0e74f51509da Mon Sep 17 00:00:00 2001 From: Kureev Alexey Date: Wed, 24 Feb 2016 10:17:58 +0100 Subject: [PATCH] Hightlight -> Highligh --- Examples/UIExplorer/TouchableExample.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/UIExplorer/TouchableExample.js b/Examples/UIExplorer/TouchableExample.js index 0d2116a86b92f1..630df75ad0b076 100644 --- a/Examples/UIExplorer/TouchableExample.js +++ b/Examples/UIExplorer/TouchableExample.js @@ -55,7 +55,7 @@ exports.examples = [ activeOpacity={1} animationVelocity={0} underlayColor="rgb(210, 230, 255)" - onPress={() => console.log('custom THW text - hightlight')}> + onPress={() => console.log('custom THW text - highlight')}> Tap Here For Custom Highlight! @@ -317,7 +317,7 @@ var TouchableDisabled = React.createClass({ animationVelocity={0} underlayColor="rgb(210, 230, 255)" style={[styles.row, styles.block]} - onPress={() => console.log('custom THW text - hightlight')}> + onPress={() => console.log('custom THW text - highlight')}> Disabled TouchableHighlight @@ -328,7 +328,7 @@ var TouchableDisabled = React.createClass({ animationVelocity={0} underlayColor="rgb(210, 230, 255)" style={[styles.row, styles.block]} - onPress={() => console.log('custom THW text - hightlight')}> + onPress={() => console.log('custom THW text - highlight')}> Disabled TouchableHighlight