Skip to content

Commit 63fb007

Browse files
Remove straggler code title (#2908)
1 parent f9fc09f commit 63fb007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/expose_http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pass a port when creating the sandbox:
1111
<deno-tabs group-id="sandbox-sdk">
1212
<deno-tab value="js" label="JavaScript" default>
1313

14-
```tsx title="main.ts"
14+
```tsx
1515
import { Sandbox } from "@deno/sandbox";
1616

1717
await using sandbox = await Sandbox.create({ port: 8000 });

0 commit comments

Comments
 (0)