diff --git a/docs/reference/query-caching.md b/docs/reference/query-caching.md index 7e2e453..c59830a 100644 --- a/docs/reference/query-caching.md +++ b/docs/reference/query-caching.md @@ -28,5 +28,5 @@ services.AddGraphQL(); ``` :::note -Because a query plan contains function pointers and references to local graph types, the default query cache is restricted to being "in process" for a single server instance and does not scale out to reddis or other similar technologies. +Because a query plan contains function pointers and references to local graph types, the default query cache is restricted to being "in process" for a single server instance and does not scale out to redis or other similar technologies. :::