Skip to content

Commit c9aa521

Browse files
authored
Merge pull request #5558 from duffuniverse/fix-typo-in-dataloader-testing-guide
Fix typos in the Dataloader Testing guide
2 parents 1c9b255 + d70fa40 commit c9aa521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/dataloader/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You could also make specific assertions on the queries that are run (see the [`s
4343

4444
## Testing Dataloader Sources
4545

46-
You can also test `Dataloader` behavior outside of GraphQL using {{ "GraphQL::Dataloader.with_dataloading" | api_doc }}. For example, let's if you have a `Sources::ActiveRecord` source defined like so:
46+
You can also test `Dataloader` behavior outside of GraphQL using {{ "GraphQL::Dataloader.with_dataloading" | api_doc }}. For example, let's say you have a `Sources::ActiveRecord` source defined like so:
4747

4848
```ruby
4949

0 commit comments

Comments
 (0)