Skip to content

Commit 4a43739

Browse files
authored
Remove duplicate "the" (graphql#1828)
1 parent 38e3d17 commit 4a43739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function User_name(user, args, context, info) {
3636
}
3737
```
3838

39-
In the example above, the function that provides data for the `me` field on the `Query` type uses information about the authenticated user who made the request, while the the `name` field on the `User` type is populated by using that user's ID to fetch their full name from a database.
39+
In the example above, the function that provides data for the `me` field on the `Query` type uses information about the authenticated user who made the request, while the `name` field on the `User` type is populated by using that user's ID to fetch their full name from a database.
4040

4141
## Query exactly what you need
4242

0 commit comments

Comments
 (0)