Skip to content

Commit 0a9dbb6

Browse files
authored
Fix typo in dataloader docs
1 parent 606575a commit 0a9dbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/dataloader.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ there could be at most 13 database requests!
8989

9090

9191
When using DataLoader, we could define the User type using our previous example with
92-
learer code and at most 4 database requests, and possibly fewer if there are cache hits.
92+
leaner code and at most 4 database requests, and possibly fewer if there are cache hits.
9393

9494

9595
.. code:: python

0 commit comments

Comments
 (0)