Fix a typo in Debugging docs

Summary: Remote debugging port for Flipper is 9222

Reviewed By: passy

Differential Revision: D19598819

fbshipit-source-id: a749615027fbd0ab998e09f96803055305e4f9d1
This commit is contained in:
Anton Nikolaev
2020-01-28 04:49:44 -08:00
committed by Facebook Github Bot
parent f0a3b5aeb9
commit 0ed95f2a99

View File

@@ -15,7 +15,7 @@ In addition to helping you with the JavaScript, the JS console will also display
As an alternative to using built-in Developer Tools you can also attach to the running Flipper instance from Google Chrome Developer Tools. Sometimes this is useful, because the version of Dev Tools in Google Chrome is more recent than the embedded one, and it is possible to easily install additional extensions if required.
To attach the running Flipper instance open new tab in Google Chrome, navigate to "http://localhost:9122" and choose "Flipper" in the opened list.
To attach the running Flipper instance open new tab in Google Chrome, navigate to "http://localhost:9222" and choose "Flipper" in the opened list.
![Attach From Google Chrome](/docs/assets/debugging-from-google-chrome.png)