Skip to content

Commit 7790aae

Browse files
committed
fixing typo
1 parent 74f28c2 commit 7790aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ res.setHeader('etag', '1')
102102
This will enable browser clients to keep a copy of the cache on their side, but still being forced to validate
103103
the cache state on the server before using the cached response, therefore supporting gateway based cache invalidation.
104104

105-
> NOTE: In order to fetch the generated `Cache-Control` and `ETag` headers, there have to be at least cache hit.
105+
> NOTE: In order to fetch the generated `Cache-Control` and `ETag` headers, there have to be at least one cache hit.
106106
107107
### Invalidating caches
108108
Services can easily expire cache entries on demand, i.e: when the data state changes. Here we use the `x-cache-expire` header to indicate the cache entries to expire using a matching pattern:

0 commit comments

Comments
 (0)