From 734e352d3e312e5b3e3a4f6f6214e308704d5e64 Mon Sep 17 00:00:00 2001 From: robriks <80549215+robriks@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:38:38 -0500 Subject: [PATCH] typo fix expreession -> expression --- website/docs/codegen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` |