Merge pull request #470 from ryanashcraft/patch-1

Fix typo in dataloader docs
This commit is contained in:
Syrus Akbary 2017-05-16 21:00:47 -07:00 committed by GitHub
commit cb0adcb0fe

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
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