From bc5fc80c3d99fc4d41c6724ef489a8aa688f06e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=A9?= Date: Tue, 17 Jan 2023 16:05:38 +0100 Subject: [PATCH] Fix type in Using Registry Doc Page (#996) --- packages/web/docs/src/pages/features/registry-usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/docs/src/pages/features/registry-usage.mdx b/packages/web/docs/src/pages/features/registry-usage.mdx index a23807573..2e8e9e512 100644 --- a/packages/web/docs/src/pages/features/registry-usage.mdx +++ b/packages/web/docs/src/pages/features/registry-usage.mdx @@ -189,6 +189,6 @@ checksum. If you send the same checksum in the `If-None-Match` header, the CDN s `304 Not Modified`, but only if the data hasn't changed. If the data has changed, the CDN service will return `200 OK` with the new data and new `ETag` header. -Using `ETag` and `If-None-Mathc` helps to prevent unnecessary data transfer. +Using `ETag` and `If-None-Match` helps to prevent unnecessary data transfer. The `@graphql-hive/client` package uses this feature to save bandwidth and improve performance.