Skip to content

Commit

Permalink
docs: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonkitchen authored Sep 13, 2024
1 parent 57a9c61 commit aa76d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/testing/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ desc: Running GraphQL fields in isolation
index: 3
---

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:
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:

```ruby
# Mix in `run_graphql_field(...)` to run on `MySchema`
Expand Down

0 comments on commit aa76d84

Please sign in to comment.