Skip to content

Commit e86e7e9

Browse files
committed
update code examples
1 parent 7898b02 commit e86e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/sandbox/api/ports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const response = await connect(sandbox: Sandbox, request: Request, port: number)
103103
**Returns**: `Promise<Response>` - WebSocket response establishing the connection
104104
105105
<TypeScriptExample>
106-
```
106+
```ts
107107
import { getSandbox, connect, type Sandbox } from "@cloudflare/sandbox";
108108
109109
export { Sandbox } from "@cloudflare/sandbox";

0 commit comments

Comments
 (0)