From a77751765158ecfe1257bb686c10c99242fccef7 Mon Sep 17 00:00:00 2001 From: "S.M.A. Javadi" Date: Sat, 19 Aug 2017 15:02:54 -0700 Subject: [PATCH] Update GettingStarted.md Summary: fix a typo on linux keyboark ( Use `ctrl` instead of `command` ) Closes https://github.com/facebook/react-native/pull/15565 Differential Revision: D5666988 Pulled By: TheSavior fbshipit-source-id: 3e796f4e155c6c76ce1b7c0f2b473a8f64e1d0bd --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 3805e84ef5e..b7ec6d708d3 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -598,7 +598,7 @@ Now that you have successfully run the app, let's modify it. Now that you have successfully run the app, let's modify it. - Open `index.js` in your text editor of choice and edit some lines. -- Press the `R` key twice or select `Reload` from the Developer Menu (`⌘M`) to see your changes! +- Press the `R` key twice or select `Reload` from the Developer Menu (`Ctrl + M`) to see your changes!