Skip to content

Commit 0ac5f6c

Browse files
authored
Fix typo in codegen-config.mdx (#9827)
1 parent 48ddaea commit 0ac5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/config-reference/codegen-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For more detailed output, you can also enable the `verbose: true` or `--verbose`
179179
180180
## Other ways to provide configuration
181181

182-
GraphQL-Codegen is uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading.
182+
GraphQL-Codegen uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading.
183183

184184
That means you can use `codegen.yml`, `codegen.json`, `codegen.js`, or `codegen.ts` as configuration files. You can also specify the entire configuration under a key called `"codegen"` in your `package.json`.
185185
For more information, [please refer to `cosmiconfig` documentation](https://github.com/davidtheclark/cosmiconfig#cosmiconfig).

0 commit comments

Comments
 (0)