Skip to content

Commit

Permalink
Fixing TouchableOpacity and TouchableHighlight documentation
Browse files Browse the repository at this point in the history
Summary:
Found a typo in the TouchableOpacity and TouchableHighlight documentation
Closes facebook#292
Github Author: Ryan Warren <[email protected]>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
rwwarren committed Mar 28, 2015
1 parent 62e093c commit 74bab6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/Components/Touchable/TouchableHighlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var DEFAULT_PROPS = {
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableHighlight>
* );
* },
* ```
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Components/Touchable/TouchableOpacity.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var onlyChild = require('onlyChild');
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableOpacity>
* );
* },
* ```
Expand Down

0 comments on commit 74bab6e

Please sign in to comment.