From aca14fd97cb93e2a859039a687f466b3584ad545 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 16 May 2019 16:32:48 -0400 Subject: [PATCH] Adds a full stop to all of the init messages --- Libraries/NewAppScreen/components/ReloadInstructions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/NewAppScreen/components/ReloadInstructions.js b/Libraries/NewAppScreen/components/ReloadInstructions.js index 3404b3e8817166..3f44eac65e126a 100644 --- a/Libraries/NewAppScreen/components/ReloadInstructions.js +++ b/Libraries/NewAppScreen/components/ReloadInstructions.js @@ -21,13 +21,13 @@ const ReloadInstructions = Platform.select({ ios: () => ( Press Cmd+R in the simulator to - reload your app's code + reload your app's code. ), default: () => ( Double tap R on your keyboard to - reload your app's code + reload your app's code. ), });