Skip to content

Commit f94f303

Browse files
Henry-YiWkodster28
andauthored
Update cache.mdx (#23473)
* Update cache.mdx * Retrigger CI * Retrigger CI --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent a027c36 commit f94f303

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Our implementation of the Cache API respects the following HTTP headers on the r
163163

164164
* `If-Modified-Since`
165165

166-
* Results in a `304` response if a matching response is found with a `Last-Modified` header with a value after the time specified in `If-Modified-Since`.
166+
* Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`.
167167

168168
* `If-None-Match`
169169

0 commit comments

Comments
 (0)