We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f47a9d + d5d1ab2 commit d0d2680Copy full SHA for d0d2680
1 file changed
src/cli.ts
@@ -142,17 +142,17 @@ export const cliOptions = {
142
categoryEmulation: {
143
type: 'boolean',
144
default: true,
145
- describe: 'Set to false to exlcude tools related to emulation.',
+ describe: 'Set to false to exclude tools related to emulation.',
146
},
147
categoryPerformance: {
148
149
150
- describe: 'Set to false to exlcude tools related to performance.',
+ describe: 'Set to false to exclude tools related to performance.',
151
152
categoryNetwork: {
153
154
155
- describe: 'Set to false to exlcude tools related to network.',
+ describe: 'Set to false to exclude tools related to network.',
156
157
} satisfies Record<string, YargsOptions>;
158
0 commit comments