Skip to content

Commit

Permalink
- Fix missing whitespace in debug instructions (#25122)
Browse files Browse the repository at this point in the history
Summary:
Fixes minor whitespace issue with the new new-app template.

## Changelog

[Android] [Fixed] - Fix missing whitespace in debug instructions
Pull Request resolved: #25122

Differential Revision: D15602100

Pulled By: cpojer

fbshipit-source-id: 07c51c6359e37826941de659bcedea692ff3315a
  • Loading branch information
mjmasn authored and facebook-github-bot committed Jun 3, 2019
1 parent 1148c03 commit b45d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/NewAppScreen/components/DebugInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DebugInstructions = Platform.select({
),
default: () => (
<Text>
Press <Text style={styles.highlight}>menu button</Text> or
Press <Text style={styles.highlight}>menu button</Text> or{' '}
<Text style={styles.highlight}>Shake</Text> your device to open the React
Native debug menu.
</Text>
Expand Down

0 comments on commit b45d3b8

Please sign in to comment.