From 0ed95f2a996a4d43526b36c81237c91b4440f366 Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Tue, 28 Jan 2020 04:49:44 -0800 Subject: [PATCH] Fix a typo in Debugging docs Summary: Remote debugging port for Flipper is 9222 Reviewed By: passy Differential Revision: D19598819 fbshipit-source-id: a749615027fbd0ab998e09f96803055305e4f9d1 --- docs/extending/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/debugging.md b/docs/extending/debugging.md index 9005f387b..6f00c500c 100644 --- a/docs/extending/debugging.md +++ b/docs/extending/debugging.md @@ -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)