Skip to content

Commit 8622989

Browse files
authored
Merge pull request #471 from vincentfretin/patch-1
Fix typo Grapehne -> Graphene
2 parents ba04abf + 9d30136 commit 8622989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/dataloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ maintain minimal outgoing data requests.
5959
Using with Graphene
6060
-------------------
6161

62-
DataLoader pairs nicely well with Grapehne/GraphQL. GraphQL fields are designed
62+
DataLoader pairs nicely well with Graphene/GraphQL. GraphQL fields are designed
6363
to be stand-alone functions. Without a caching or batching mechanism, it's easy
6464
for a naive GraphQL server to issue new database requests each time a field is resolved.
6565

0 commit comments

Comments
 (0)