Skip to content

Commit 251c0df

Browse files
authored
Fix typo
1 parent 4280468 commit 251c0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/queries/executing_queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Note that `context` is _not_ the hash that you passed it. It's an instance of {{
127127

128128
`context` is shared by the whole query. Anything you add to `context` will be accessible by any other field in the query (although GraphQL-Ruby's order of execution can vary).
129129

130-
However, "scoped context" is can be used to assign values into `context` that are only available in the current field and the _children_ of the current field. For example, in this query:
130+
However, "scoped context" can be used to assign values into `context` that are only available in the current field and the _children_ of the current field. For example, in this query:
131131

132132
```graphql
133133
{

0 commit comments

Comments
 (0)