docs: fix typo (#2075)

Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/2063
This commit is contained in:
Alex Rudenko
2026-05-18 11:56:09 +02:00
committed by GitHub
parent b2b05a0670
commit 1deb4f8a8b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ The Chrome DevTools MCP server supports the following configuration option:
- **Type:** boolean
- **`--redactNetworkHeaders`/ `--redact-network-headers`**
If true, redacts some of the network headers considered senstive before returning to the client.
If true, redacts some of the network headers considered sensitive before returning to the client.
- **Type:** boolean
- **Default:** `false`
+1 -1
View File
@@ -278,7 +278,7 @@ export const cliOptions = {
redactNetworkHeaders: {
type: 'boolean',
describe:
'If true, redacts some of the network headers considered senstive before returning to the client.',
'If true, redacts some of the network headers considered sensitive before returning to the client.',
default: false,
},
} satisfies Record<string, YargsOptions>;