Skip to content

Commit b408765

Browse files
authored
Fix typo (dotansimha#8214)
1 parent f5e3991 commit b408765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/graphql-codegen-cli/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function buildOptions() {
196196
w: {
197197
alias: 'watch',
198198
describe:
199-
'Watch for changes and execute generation automatically. You can also specify a glob expreession for custom watch list.',
199+
'Watch for changes and execute generation automatically. You can also specify a glob expression for custom watch list.',
200200
coerce: (watch: any) => {
201201
if (watch === 'false') {
202202
return false;

0 commit comments

Comments
 (0)