Skip to content

Commit 9073caf

Browse files
committed
chore: fixed up comment
1 parent 958fb89 commit 9073caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/edge-shared/rsc-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const getRscDataRouter = ({ routes: staticRoutes, dynamicRoutes }: Preren
6262
const url = new URL(request.url)
6363

6464
// Set the 'vary' header to 'RSC' to ensure that we cache correctly for the different
65-
// possible mime types: application/octet-stream and text/html
65+
// possible content-types: application/octet-stream and text/html
6666
// See https://github.com/netlify/pod-ecosystem-frameworks/issues/352#issuecomment-1450364417
6767
request.headers.set('vary', 'RSC')
6868

0 commit comments

Comments
 (0)