diff --git a/Libraries/Components/Touchable/TouchableHighlight.js b/Libraries/Components/Touchable/TouchableHighlight.js index d2089fb56..080a6750c 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 fd9d05971..ff1df3851 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')} * /> - * + * * ); * }, * ```