Skip to content

Commit b8e7a12

Browse files
committed
Fix syntax errors
1 parent 4ab6546 commit b8e7a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/sandbox/concepts/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Every architecture involves trade-offs. Here's what we chose and why:
378378
### vs. Traditional VMs
379379

380380
**Sandbox SDK**:
381-
- ✅ Instant provisioning (<1s)
381+
- ✅ Instant provisioning (\<1s)
382382
- ✅ Global distribution
383383
- ✅ Pay-per-use pricing
384384
- ❌ Linux-only (no Windows)

src/content/docs/sandbox/concepts/sessions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Use separate sandboxes when:
400400

401401
Sessions are lightweight:
402402

403-
- **Creation time**: <1ms (just metadata)
403+
- **Creation time**: \<1ms (just metadata)
404404
- **Memory overhead**: Minimal (environment variables only)
405405
- **No container startup**: Uses existing sandbox
406406

0 commit comments

Comments
 (0)