diff --git a/src/content/docs/workers/runtime-apis/cache.mdx b/src/content/docs/workers/runtime-apis/cache.mdx index 61c6df402cf160f..70ac7bfee6bf099 100644 --- a/src/content/docs/workers/runtime-apis/cache.mdx +++ b/src/content/docs/workers/runtime-apis/cache.mdx @@ -91,7 +91,7 @@ Use the `Cache-Control` method to store the response without the `Set-Cookie` he ## Methods -### Put +### `Put` ```js cache.put(request, response);