Skip to content

Commit d721a75

Browse files
dsanders11targos
authored andcommitted
doc: update output in inspector examples
PR-URL: #41390 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent c91ac20 commit d721a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/inspector.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ Return the URL of the active inspector, or `undefined` if there is none.
5757
```console
5858
$ node --inspect -p 'inspector.url()'
5959
Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
60-
For help see https://nodejs.org/en/docs/inspector
60+
For help, see: https://nodejs.org/en/docs/inspector
6161
ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
6262

6363
$ node --inspect=localhost:3000 -p 'inspector.url()'
6464
Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
65-
For help see https://nodejs.org/en/docs/inspector
65+
For help, see: https://nodejs.org/en/docs/inspector
6666
ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
6767

6868
$ node -p 'inspector.url()'

0 commit comments

Comments
 (0)