Skip to content

Commit 6129e46

Browse files
authored
Adding ts to codeblock
1 parent ad7fadd commit 6129e46

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
@@ -102,7 +102,7 @@ const response = await connect(sandbox: Sandbox, request: Request, port: number)
102102
**Returns**: `Promise<Response>` - WebSocket response establishing the connection
103103

104104
<TypeScriptExample>
105-
```
105+
```ts
106106
import { getSandbox, connect } from '@cloudflare/sandbox';
107107

108108
export default {

0 commit comments

Comments
 (0)