Skip to content

Commit 2044273

Browse files
committed
docs(learn): update debugging docs according to copilot suggestions
1 parent fc188a5 commit 2044273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/pages/en/learn/getting-started/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Several commercial and open source tools can also connect to the Node.js Inspect
8080
#### Option 2: Connect manually
8181

8282
- Visit `http://localhost:<inspect-port>/json/list`. It should return a JSON object containing a `devtoolsFrontendUrl`.
83-
- Paste the URL directly into your browser's address bar.
83+
- Copy the `devtoolsFrontendUrl` value from the response and paste it into your browser's address bar.
8484

8585
See [Chrome DevTools Frontend](https://github.com/ChromeDevTools/devtools-frontend) and [Microsoft Edge DevTools Guide](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/) for more information.
8686

0 commit comments

Comments
 (0)