From 0ac5f6cd7356423d98e1b2353c8955fa97721c13 Mon Sep 17 00:00:00 2001 From: "Alan P. C. Silva" <7315217+alanpcs@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:44:59 -0300 Subject: [PATCH] Fix typo in codegen-config.mdx (#9827) --- website/src/pages/docs/config-reference/codegen-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/docs/config-reference/codegen-config.mdx b/website/src/pages/docs/config-reference/codegen-config.mdx index 0e75e154da7..0cf4a779884 100644 --- a/website/src/pages/docs/config-reference/codegen-config.mdx +++ b/website/src/pages/docs/config-reference/codegen-config.mdx @@ -179,7 +179,7 @@ For more detailed output, you can also enable the `verbose: true` or `--verbose` ## Other ways to provide configuration -GraphQL-Codegen is uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading. +GraphQL-Codegen uses [`cosmiconfig`](https://github.com/davidtheclark/cosmiconfig) library to manage configuration loading. 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`. For more information, [please refer to `cosmiconfig` documentation](https://github.com/davidtheclark/cosmiconfig#cosmiconfig).