Skip to content

Commit d0d2680

Browse files
committed
Merge branch 'main' into patch-1
2 parents 5f47a9d + d5d1ab2 commit d0d2680

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)