Merge pull request #450 from Rudimental/patch-2

(fix typo) Debugging.md
This commit is contained in:
Alexander Kotliarskyi 2015-03-30 14:06:08 -07:00
commit 038e2681d8
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ To debug the javascript code of your react app do the following:
### Optional
Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension for Google Chrome. This will allow you to navigate the view hierarchy if you select the ```React``` tab when the developer tools are open.
## Live Reload.
## Live Reload
To activate Live Reload do the following:
1. Run your application in the iOS simulator.
2. Press ```Control + Command + Z```.
3. You will now see the `Enable/Disable Live Reload`, `Reload` and `Enable/Disable Debugging` options.
3. You will now see the `Enable/Disable Live Reload`, `Reload` and `Enable/Disable Debugging` options.