File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments