diff --git a/products/workers/src/content/examples/http2-server-push.md b/products/workers/src/content/examples/http2-server-push.md index 01a3797f12221ca..aaf6daf46c5d4ff 100644 --- a/products/workers/src/content/examples/http2-server-push.md +++ b/products/workers/src/content/examples/http2-server-push.md @@ -44,7 +44,7 @@ async function handleRequest(request) { return new Response(HTML, { headers: { "content-type": "text/html", - Link: "; rel=preload;", + Link: "; rel=preload; as=style", }, }) }