Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Mar 10, 2024
1 parent 03ba7fb commit 2bb5400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server/src/adapter/cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { WebSocketPair } from 'miniflare'
import { getPlatformProxy } from 'wrangler'
import type { Adapter, Env } from '../types.js'

// We detect if the environment is `worked` by checking if the WebSocketPair is available.
// We detect if the environment is `workerd` by checking if the WebSocketPair is available.
Object.assign(globalThis, { WebSocketPair })

type CloudflareAdapterOptions = {
Expand Down

0 comments on commit 2bb5400

Please sign in to comment.