docs: fix curly quotes, non-breaking hyphens, and remaining apostrophes in headings

This commit is contained in:
Vincent Koc
2026-03-18 01:31:25 -07:00
parent d1ef7d64e9
commit 3cecbcf8b6
33 changed files with 40 additions and 46 deletions

View File

@@ -42,7 +42,7 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel.
- If `gateway.auth.token` is configured as a SecretRef and is unresolved in your current shell, `openclaw dashboard` still prints a non-tokenized URL plus actionable auth setup guidance.
- **Not localhost**: use Tailscale Serve (tokenless for Control UI/WebSocket if `gateway.auth.allowTailscale: true`, assumes trusted gateway host; HTTP APIs still need token/password), tailnet bind with a token, or an SSH tunnel. See [Web surfaces](/web).
## If you see unauthorized / 1008
## If you see "unauthorized" / 1008
- Ensure the gateway is reachable (local: `openclaw status`; remote: SSH tunnel `ssh -N -L 18789:127.0.0.1:18789 user@host` then open `http://127.0.0.1:18789/`).
- For `AUTH_TOKEN_MISMATCH`, clients may do one trusted retry with a cached device token when the gateway returns retry hints. If auth still fails after that retry, resolve token drift manually.