Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Oct 5, 2024
1 parent 93a301f commit 16f970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/examples/basic/src/adapters/cf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { handler } from "@hiogawa/react-server/entry/ssr";
export default {
async fetch(request: Request, env: any) {
const response = await handler(request);
// avoid compressoin on wrangler dev to enable streaming
// avoid compression on wrangler dev to enable streaming
// https://github.com/cloudflare/workers-sdk/issues/6577
if (env.LOCAL_PREVIEW) {
let headers = response.headers;
Expand Down

0 comments on commit 16f970d

Please sign in to comment.