Fix typo in dataloader docs

This commit is contained in:
Ryan Ashcraft 2017-05-15 19:06:23 -07:00 committed by GitHub
parent 606575a2b0
commit 0a9dbb608a

View File

@ -89,7 +89,7 @@ there could be at most 13 database requests!
When using DataLoader, we could define the User type using our previous example with When using DataLoader, we could define the User type using our previous example with
learer code and at most 4 database requests, and possibly fewer if there are cache hits. leaner code and at most 4 database requests, and possibly fewer if there are cache hits.
.. code:: python .. code:: python