Skip to content

Commit 4fafb88

Browse files
benjiemandiwise
authored andcommitted
Remove duplicate "the" (graphql#1828)
1 parent 01d0d07 commit 4fafb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/index.mdx

+1-1
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)