Skip to content

Commit aa76d84

Browse files
authored
docs: fix grammar
1 parent 57a9c61 commit aa76d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/testing/helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ desc: Running GraphQL fields in isolation
88
index: 3
99
---
1010

11-
GraphQL-Ruby ships with a test helper method, `run_graphql_field`, that can execute a GraphQL field in isolation. It use it in your test suite, include a module, with your schema class:
11+
GraphQL-Ruby ships with a test helper method, `run_graphql_field`, that can execute a GraphQL field in isolation. To use it in your test suite, include the module with your schema class:
1212

1313
```ruby
1414
# Mix in `run_graphql_field(...)` to run on `MySchema`

0 commit comments

Comments
 (0)