Skip to content

Commit 13c6613

Browse files
Fix typo
Co-authored-by: Justin Miller <[email protected]>
1 parent 3801669 commit 13c6613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/dataloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Dataloader
44
DataLoader is a generic utility to be used as part of your application's
55
data fetching layer to provide a simplified and consistent API over
66
various remote data sources such as databases or web services via batching
7-
and caching. It is provided by a seperate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
7+
and caching. It is provided by a separate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
88

99

1010
Batching

0 commit comments

Comments
 (0)