diff --git a/Examples/UIExplorer/TouchableExample.js b/Examples/UIExplorer/TouchableExample.js index 0d2116a86b..630df75ad0 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