Skip to content

Commit c039b97

Browse files
committed
Fix grammar
1 parent c24bd7e commit c039b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/development-testing/graphql-codegen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Manually creating types for your GraphQL operations is error prone. As you intro
77

88
Instead, you can generate your TypeScript definitions automatically with [GraphQL Code Generator](https://www.the-guild.dev/graphql/codegen) using your application's schema to ensure type accuracy.
99

10-
This guide provides detail on how to setup GraphQL Codegen in your application to provide types for your GraphQL operations.
10+
This guide provides detail on how to set up GraphQL Codegen in your application to provide types for your GraphQL operations.
1111

1212
<Note>
1313

0 commit comments

Comments
 (0)