From 9d30136095551108fad5ee63b3f479b31c818bd6 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 17 May 2017 11:05:53 +0200 Subject: [PATCH] Fix typo Grapehne -> Graphene --- docs/execution/dataloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution/dataloader.rst b/docs/execution/dataloader.rst index 2948781d..3695fcf7 100644 --- a/docs/execution/dataloader.rst +++ b/docs/execution/dataloader.rst @@ -59,7 +59,7 @@ maintain minimal outgoing data requests. Using with Graphene ------------------- -DataLoader pairs nicely well with Grapehne/GraphQL. GraphQL fields are designed +DataLoader pairs nicely well with Graphene/GraphQL. GraphQL fields are designed to be stand-alone functions. Without a caching or batching mechanism, it's easy for a naive GraphQL server to issue new database requests each time a field is resolved.