mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Fix type in Using Registry Doc Page (#996)
This commit is contained in:
parent
43f0647710
commit
bc5fc80c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue