Skip to content

Commit

Permalink
Merge pull request #5102 from dijonkitchen/patch-1
Browse files Browse the repository at this point in the history
docs: fix grammar
  • Loading branch information
rmosolgo authored Sep 13, 2024
2 parents 57a9c61 + aa76d84 commit a814873
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 a814873

Please sign in to comment.