docs: fix --experimental-network-inspection spelling (#47565)

doc: fix `--experimental-network-inspection` spelling
This commit is contained in:
Niklas Wenzel
2025-06-26 11:40:55 +02:00
committed by GitHub
parent 0a74e91580
commit bc499ffb8a

View File

@@ -292,7 +292,7 @@ Specify ways of the inspector web socket url exposure.
By default inspector websocket url is available in stderr and under /json/list endpoint on `http://host:port/json/list`.
### `--experimental-network-inspector`
### `--experimental-network-inspection`
Enable support for devtools network inspector events, for visibility into requests made by the nodejs `http` and `https` modules.