Skip to content

Commit bd858d4

Browse files
authored
fixing a type in the export
1 parent 29e0d16 commit bd858d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/agents/2025-06-24-announcing-sandboxes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AI is supercharging app development for everyone, but we need a safe way to run
1212

1313
```sh
1414
import { getSandbox } from "@cloudflare/sandbox";
15-
export { Sanbox } from "@cloudflare/sandbox";
15+
export { Sandbox } from "@cloudflare/sandbox";
1616

1717
export default {
1818
async fetch(request: Request, env: Env) {
@@ -24,4 +24,4 @@ export default {
2424
2525
Sandboxes are still experimental. We're using them to explore how isolated, container-like workloads might scale on Cloudflare — and to help define the developer experience around them.
2626
27-
You can try it today from your Worker, with just a few lines of code. Let us know what you build.
27+
You can try it today from your Worker, with just a few lines of code. Let us know what you build.

0 commit comments

Comments
 (0)