Skip to content

Commit 8854a34

Browse files
authored
docs: fix typos in README.md exlcude -> exclude (#513)
drive-by PR to fix some typos I spotted in the readme.
1 parent 3da8d9f commit 8854a34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,17 @@ The Chrome DevTools MCP server supports the following configuration option:
337337
- **Type:** array
338338

339339
- **`--categoryEmulation`**
340-
Set to false to exlcude tools related to emulation.
340+
Set to false to exclude tools related to emulation.
341341
- **Type:** boolean
342342
- **Default:** `true`
343343

344344
- **`--categoryPerformance`**
345-
Set to false to exlcude tools related to performance.
345+
Set to false to exclude tools related to performance.
346346
- **Type:** boolean
347347
- **Default:** `true`
348348

349349
- **`--categoryNetwork`**
350-
Set to false to exlcude tools related to network.
350+
Set to false to exclude tools related to network.
351351
- **Type:** boolean
352352
- **Default:** `true`
353353

src/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,17 @@ export const cliOptions = {
142142
categoryEmulation: {
143143
type: 'boolean',
144144
default: true,
145-
describe: 'Set to false to exlcude tools related to emulation.',
145+
describe: 'Set to false to exclude tools related to emulation.',
146146
},
147147
categoryPerformance: {
148148
type: 'boolean',
149149
default: true,
150-
describe: 'Set to false to exlcude tools related to performance.',
150+
describe: 'Set to false to exclude tools related to performance.',
151151
},
152152
categoryNetwork: {
153153
type: 'boolean',
154154
default: true,
155-
describe: 'Set to false to exlcude tools related to network.',
155+
describe: 'Set to false to exclude tools related to network.',
156156
},
157157
} satisfies Record<string, YargsOptions>;
158158

0 commit comments

Comments
 (0)