fix typos, wrong closing tags

This commit is contained in:
Jichao Ouyang 2015-03-27 14:20:01 +08:00
parent 3b7bd7401e
commit f2b824e987
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ var DEFAULT_PROPS = {
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableHighlight>
* );
* },
* ```

View File

@ -39,7 +39,7 @@ var onlyChild = require('onlyChild');
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableOpacity>
* );
* },
* ```