diff --git a/docs/next/debugging.html b/docs/next/debugging.html index dec2e4eff0a..d7c6555cee7 100644 --- a/docs/next/debugging.html +++ b/docs/next/debugging.html @@ -131,7 +131,7 @@ YellowBox.ig
  • Every time the app is reloaded (using live reload, or by manually reloading), a new JSContext is created. Choosing "Automatically Show Web Inspectors for JSContexts" saves you from having to select the latest JSContext manually.
  • React Developer Tools

    -

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    +

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    npm install -g react-devtools
     

    Now run react-devtools from the terminal to launch the standalone DevTools app:

    diff --git a/docs/next/debugging/index.html b/docs/next/debugging/index.html index dec2e4eff0a..d7c6555cee7 100644 --- a/docs/next/debugging/index.html +++ b/docs/next/debugging/index.html @@ -131,7 +131,7 @@ YellowBox.ig
  • Every time the app is reloaded (using live reload, or by manually reloading), a new JSContext is created. Choosing "Automatically Show Web Inspectors for JSContexts" saves you from having to select the latest JSContext manually.
  • React Developer Tools

    -

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    +

    You can use the standalone version of React Developer Tools to debug the React component hierarchy. To use it, install the react-devtools package globally:

    npm install -g react-devtools
     

    Now run react-devtools from the terminal to launch the standalone DevTools app: