From abaf58ec632de53b7912b4ed81ad4166b8c40920 Mon Sep 17 00:00:00 2001 From: Josh Collinsworth Date: Fri, 13 Feb 2026 14:47:55 -0600 Subject: [PATCH] Remove straggler code title --- sandbox/expose_http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/expose_http.md b/sandbox/expose_http.md index e21c68847..fb71a8ae5 100644 --- a/sandbox/expose_http.md +++ b/sandbox/expose_http.md @@ -11,7 +11,7 @@ Pass a port when creating the sandbox: -```tsx title="main.ts" +```tsx import { Sandbox } from "@deno/sandbox"; await using sandbox = await Sandbox.create({ port: 8000 });