Skip to content

Commit dc61d71

Browse files
martinbonninbenjie
andauthored
Update src/pages/blog/2024-09-18-codegen.mdx
Co-authored-by: Benjie <[email protected]>
1 parent 33244ee commit dc61d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/2024-09-18-codegen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type Product = {
6464

6565
Pretty neat, right? Typescript and GraphQL look really similar... Unfortunately, this is not type safe!
6666

67-
Let's do a query that doesn't query the product name:
67+
Let's perform a query that doesn't request the product name:
6868

6969
```graphql
7070
query GetProduct {

0 commit comments

Comments
 (0)