Skip to content

Commit d648673

Browse files
committed
docs: typography hygiene across 6 pages (gateway/cli/debug)
1 parent 99b1726 commit d648673

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/cli/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
summary: "CLI reference for `openclaw security` (audit and fix common security footguns)"
33
read_when:
44
- You want to run a quick security audit on config/state
5-
- You want to apply safe fix suggestions (permissions, tighten defaults)
5+
- You want to apply safe "fix" suggestions (permissions, tighten defaults)
66
title: "Security"
77
---
88

docs/cli/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
summary: "CLI reference for `openclaw setup` (initialize config + workspace)"
33
read_when:
4-
- Youre doing first-run setup without full CLI onboarding
4+
- You're doing first-run setup without full CLI onboarding
55
- You want to set the default workspace path
66
title: "Setup"
77
---

docs/debug/node-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ node --import tsx scripts/repro/tsx-name-repro.ts
4949

5050
## Notes / hypothesis
5151

52-
- `tsx` uses esbuild to transform TS/ESM. esbuilds `keepNames` emits a `__name` helper and wraps function definitions with `__name(...)`.
52+
- `tsx` uses esbuild to transform TS/ESM. esbuild's `keepNames` emits a `__name` helper and wraps function definitions with `__name(...)`.
5353
- The crash indicates `__name` exists but is not a function at runtime, which implies the helper is missing or overwritten for this module in the Node 25 loader path.
5454
- Similar `__name` helper issues have been reported in other esbuild consumers when the helper is missing or rewritten.
5555

docs/gateway/bridge-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Payload fields (all optional unless noted):
7777
- Bind the bridge to a tailnet IP: `bridge.bind: "tailnet"` in
7878
`~/.openclaw/openclaw.json` (historical only; `bridge.*` is no longer valid).
7979
- Clients connect via MagicDNS name or tailnet IP.
80-
- Bonjour does **not** cross networks; use manual host/port or wide-area DNSSD
80+
- Bonjour does **not** cross networks; use manual host/port or wide-area DNS-SD
8181
when needed.
8282

8383
## Versioning

docs/gateway/configuration-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ public-key upgrades still require manual approval.
532532

533533
### Secure DM mode (shared inbox / multi-user DMs)
534534

535-
If more than one person can DM your bot (multiple entries in `allowFrom`, pairing approvals for multiple people, or `dmPolicy: "open"`), enable **secure DM mode** so DMs from different senders dont share one context by default:
535+
If more than one person can DM your bot (multiple entries in `allowFrom`, pairing approvals for multiple people, or `dmPolicy: "open"`), enable **secure DM mode** so DMs from different senders don't share one context by default:
536536

537537
```json5
538538
{

docs/gateway/tailscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Control UI/WebSocket auth can use Tailscale identity headers
3535
the identity by resolving the `x-forwarded-for` address via the local Tailscale
3636
daemon (`tailscale whois`) and matching it to the header before accepting it.
3737
OpenClaw only treats a request as Serve when it arrives from loopback with
38-
Tailscales `x-forwarded-for`, `x-forwarded-proto`, and `x-forwarded-host`
38+
Tailscale's `x-forwarded-for`, `x-forwarded-proto`, and `x-forwarded-host`
3939
headers.
4040
For Control UI operator sessions that include browser device identity, this
4141
verified Serve path also skips the device-pairing round trip. It does not bypass

0 commit comments

Comments
 (0)