Skip to content

Commit e3b87ca

Browse files
authored
Retrigger CI
1 parent 456959d commit e3b87ca

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 before 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)