diff --git a/docs/execution/dataloader.rst b/docs/execution/dataloader.rst index 4e6e60dc..2948781d 100644 --- a/docs/execution/dataloader.rst +++ b/docs/execution/dataloader.rst @@ -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