Skip to content

Commit 81b6407

Browse files
authored
Update data-loader page to fix typo (#1813)
### 📝 Description `persistant`, an original word of data-loader page, seems typo of `persistent`. ### 🔗 Related Issues N/A
1 parent 98ff6b7 commit 81b6407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-6.x.x/server/data-loader/data-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Data Loaders are a popular caching pattern from the [JavaScript GraphQL implemen
77
using the `DataLoader` and `DataLoaderRegistry`.
88

99
Since `graphql-kotlin` allows you to abstract the schema generation and data fetching code, you may not even need
10-
data loaders if instead you have some persistant cache on your server.
10+
data loaders if instead you have some persistent cache on your server.
1111

1212
```kotlin
1313
class User(val id: ID) {

0 commit comments

Comments
 (0)