Skip to content

Commit 62eacb4

Browse files
authored
Fix typo in data-loaders.md (ExpediaGroup#1372)
1 parent e5df2c8 commit 62eacb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/server/data-loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface KotlinDataLoader<K, V> {
3737
}
3838
```
3939

40-
This allows for library users to still have full control over the creation of the `DataLoader` and its various configuraiton options,
40+
This allows for library users to still have full control over the creation of the `DataLoader` and its various configuration options,
4141
but then allows common server code to handle the registration, generation on request, and execution.
4242

4343
```kotlin

0 commit comments

Comments
 (0)