Skip to content

Commit 170e419

Browse files
nenizerakodster28
andauthored
[Workers]Update cache.mdx (cloudflare#23315)
* [Workers]Update cache.mdx Following the same style as the other methods `Match` and `Delete` in this doc. * Update src/content/docs/workers/runtime-apis/cache.mdx * Update src/content/docs/workers/runtime-apis/cache.mdx --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 5922c46 commit 170e419

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)