Skip to content

Commit 7fd41e8

Browse files
authored
Update src/content/docs/workers/runtime-apis/cache.mdx
1 parent 6e72eb0 commit 7fd41e8

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
@@ -91,7 +91,7 @@ Use the `Cache-Control` method to store the response without the `Set-Cookie` he
9191

9292
## Methods
9393

94-
### `Put`
94+
### `Put`
9595

9696
```js
9797
cache.put(request, response);

0 commit comments

Comments
 (0)