We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df2c8 commit 62eacb4Copy full SHA for 62eacb4
website/docs/server/data-loaders.md
@@ -37,7 +37,7 @@ interface KotlinDataLoader<K, V> {
37
}
38
```
39
40
-This allows for library users to still have full control over the creation of the `DataLoader` and its various configuraiton options,
+This allows for library users to still have full control over the creation of the `DataLoader` and its various configuration options,
41
but then allows common server code to handle the registration, generation on request, and execution.
42
43
```kotlin
0 commit comments