Skip to content

Commit 41bc3c0

Browse files
authored
[Workers]Update cache.mdx
Following the same style as the other methods `Match` and `Delete` in this doc.
1 parent 22770d5 commit 41bc3c0

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)