From 79d6160bdc56baf7c4ec14ab387041dd174beca3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:38:22 +0200 Subject: [PATCH] docs: fix `--experimental-network-inspection` spelling (#47574) doc: fix `--experimental-network-inspection` spelling Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/api/command-line-switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/command-line-switches.md b/docs/api/command-line-switches.md index 722bd2aa59..86f3c1a4b8 100644 --- a/docs/api/command-line-switches.md +++ b/docs/api/command-line-switches.md @@ -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.