mirror of
https://github.com/ChromeDevTools/chrome-devtools-mcp.git
synced 2026-09-14 19:45:30 +08:00
docs: fix typo (#2075)
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/2063
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user