We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e3991 commit b408765Copy full SHA for b408765
1 file changed
packages/graphql-codegen-cli/src/config.ts
@@ -196,7 +196,7 @@ export function buildOptions() {
196
w: {
197
alias: 'watch',
198
describe:
199
- 'Watch for changes and execute generation automatically. You can also specify a glob expreession for custom watch list.',
+ 'Watch for changes and execute generation automatically. You can also specify a glob expression for custom watch list.',
200
coerce: (watch: any) => {
201
if (watch === 'false') {
202
return false;
0 commit comments