diff --git a/README.md b/README.md index 68c5ef567..7756f4809 100644 --- a/README.md +++ b/README.md @@ -679,7 +679,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` diff --git a/src/bin/chrome-devtools-mcp-cli-options.ts b/src/bin/chrome-devtools-mcp-cli-options.ts index b47d1c130..f510744d3 100644 --- a/src/bin/chrome-devtools-mcp-cli-options.ts +++ b/src/bin/chrome-devtools-mcp-cli-options.ts @@ -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;