From f2b824e987fe3a16f744c0286667084428c5b742 Mon Sep 17 00:00:00 2001 From: Jichao Ouyang Date: Fri, 27 Mar 2015 14:20:01 +0800 Subject: [PATCH] fix typos, wrong closing tags --- Libraries/Components/Touchable/TouchableHighlight.js | 2 +- Libraries/Components/Touchable/TouchableOpacity.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')} * /> - * + * * ); * }, * ```