diff --git a/website/docs/codegen.md b/website/docs/codegen.md index f3be0d7ea..50ffbc695 100644 --- a/website/docs/codegen.md +++ b/website/docs/codegen.md @@ -67,8 +67,8 @@ graphql codegen | option | alias | description | default | | --- | --- | --- | --- | | `--config` | `-c` | Path to GraphQL codegen YAML config file | `codegen.yml` or GraphQL configuration file in cwd | -| `--watch` | `-w` | Watch for changes and execute generation automatically. You can also specify a glob expreession for custom watch list. | | +| `--watch` | `-w` | Watch for changes and execute generation automatically. You can also specify a glob expression for custom watch list. | | | `--require` | `-r` | Loads specific require.extensions before running the codegen and reading the configuration | `[]` | | `--overwrite` | `-o` | Overwrites existing files | `true` | | `--silent` | `-s` | Suppresses printing errors | `false` | -| `--project` | `-p` | Name of a project in GraphQL Config | `undefined` | \ No newline at end of file +| `--project` | `-p` | Name of a project in GraphQL Config | `undefined` |