Skip to content

Commit 78739b3

Browse files
committed
fmt
1 parent 8e44730 commit 78739b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

sandboxes/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ from that VM.
7070

7171
## 5. Run commands and scripts
7272

73-
Sandboxes expose familiar filesystem and process APIs to run commands, upload files,
74-
and spawn long-running services.
73+
Sandboxes expose familiar filesystem and process APIs to run commands, upload
74+
files, and spawn long-running services.
7575

7676
You can for example list files in the root directory:
7777

sandboxes/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Exceeding these limits may result in throttling or termination of your sandbox.
133133

134134
## Regions
135135

136-
You can specify the region where the sandbox will be created when creating a new sandbox:
136+
You can specify the region where the sandbox will be created when creating a new
137+
sandbox:
137138

138139
```tsx
139140
import { Sandbox } from "@deno/sandbox";

sandboxes/reference/create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ process. You can tailor the sandbox by passing an options object.
3030
| `metadata` | `Record<string, string>` | Attach arbitrary key/value tags to help identify sandboxes in logs or telemetry. |
3131
| `env` | `Record<string, string>` | Set initial environment variables inside the sandbox. Secrets should still be managed via Deploy’s secret substitution. |
3232

33-
3433
## Example configurations
3534

3635
### Allow outbound traffic to specific APIs

sandboxes/reference/expose_ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ssh -i ./sandbox-key ${username}@${hostname}
4646
4. Use regular terminal workflows: copy files, run top, tail logs, or attach to
4747
running processes.
4848

49-
:::tip
49+
:::tip
5050

5151
Tip: combine SSH with
5252
[port forwarding](https://man.openbsd.org/ssh#LOCAL_FORWARDING) to view dev

0 commit comments

Comments
 (0)