diff --git a/Libraries/Components/Touchable/TouchableHighlight.js b/Libraries/Components/Touchable/TouchableHighlight.js index d2089fb563cb3c..080a6750c2666b 100644 --- a/Libraries/Components/Touchable/TouchableHighlight.js +++ b/Libraries/Components/Touchable/TouchableHighlight.js @@ -50,7 +50,7 @@ var DEFAULT_PROPS = { * style={styles.button} * source={require('image!myButton')} * /> - * + * * ); * }, * ``` diff --git a/Libraries/Components/Touchable/TouchableOpacity.js b/Libraries/Components/Touchable/TouchableOpacity.js index fd9d0597142efc..ff1df3851ebbc9 100644 --- a/Libraries/Components/Touchable/TouchableOpacity.js +++ b/Libraries/Components/Touchable/TouchableOpacity.js @@ -39,7 +39,7 @@ var onlyChild = require('onlyChild'); * style={styles.button} * source={require('image!myButton')} * /> - * + * * ); * }, * ```