Skip to content

Commit 1deb4f8

Browse files
authored
docs: fix typo (#2075)
Closes #2063
1 parent b2b05a0 commit 1deb4f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ The Chrome DevTools MCP server supports the following configuration option:
680680
- **Type:** boolean
681681

682682
- **`--redactNetworkHeaders`/ `--redact-network-headers`**
683-
If true, redacts some of the network headers considered senstive before returning to the client.
683+
If true, redacts some of the network headers considered sensitive before returning to the client.
684684
- **Type:** boolean
685685
- **Default:** `false`
686686

src/bin/chrome-devtools-mcp-cli-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const cliOptions = {
278278
redactNetworkHeaders: {
279279
type: 'boolean',
280280
describe:
281-
'If true, redacts some of the network headers considered senstive before returning to the client.',
281+
'If true, redacts some of the network headers considered sensitive before returning to the client.',
282282
default: false,
283283
},
284284
} satisfies Record<string, YargsOptions>;

0 commit comments

Comments
 (0)