Skip to content

Commit

Permalink
Adds a full stop to all of the init messages
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 16, 2019
1 parent 016afe2 commit aca14fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/NewAppScreen/components/ReloadInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ const ReloadInstructions = Platform.select({
ios: () => (
<Text>
Press <Text style={styles.highlight}>Cmd+R</Text> in the simulator to
reload your app's code
reload your app's code.
</Text>
),
default: () => (
<Text>
Double tap <Text style={styles.highlight}>R</Text> on your keyboard to
reload your app's code
reload your app's code.
</Text>
),
});
Expand Down

0 comments on commit aca14fd

Please sign in to comment.