From 13c661332e44335944bc6ca22742156cbe3c3db6 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sat, 13 Aug 2022 15:08:34 +0200 Subject: [PATCH] Fix typo Co-authored-by: Justin Miller --- 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 6e9ca7d8..a19e9fd3 100644 --- a/docs/execution/dataloader.rst +++ b/docs/execution/dataloader.rst @@ -4,7 +4,7 @@ Dataloader DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching -and caching. It is provided by a seperate package `aiodataloader `. +and caching. It is provided by a separate package `aiodataloader `. Batching