Skip to content

Commit c90e3bf

Browse files
committed
fix linter errors
1 parent 80afd49 commit c90e3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/concepts/networking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Sprites have full network access by default:
172172
- **Inbound**: Only via Sprite URL or port forwarding
173173
- **DNS**: Standard resolution works
174174

175-
The default environment includes common networt tools, and you can install additional ones as needed. You can run tools like `netcat`, `curl`, or `nmap` or `wget`. Nothing is artificially restricted and this isn't a locked-down environment.
175+
The default environment includes common network tools, and you can install additional ones as needed. You can run tools like `netcat`, `curl`, or `nmap` or `wget`. Nothing is artificially restricted and this isn't a locked-down environment.
176176

177177
Example network tool installation:
178178
```bash
@@ -200,7 +200,7 @@ A few things to keep in mind:
200200
- **Forwarded ports are reachable from your machine** — Not the wider Internet.
201201
- **Temporary exposure** - Make public only when needed.
202202

203-
We don't add firewalls or block inbound traffic to forwarded ports, but we also don't auto-protect what you expose. You're in control, which is powerful — and dangerous, if you're not paying attention. Keep it minimal and secure.
203+
We don't add firewall rules or block inbound traffic to forwarded ports, but we also don't auto-protect what you expose. You're in control, which is powerful — and dangerous, if you're not paying attention. Keep it minimal and secure.
204204

205205
## Related Documentation
206206

0 commit comments

Comments
 (0)