docs: typography hygiene across 6 pages

This commit is contained in:
Vincent Koc
2026-05-05 21:03:26 -07:00
parent 2df7ec5671
commit c5ea7c4d0f
6 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ For credential eligibility/reason-code rules used by `models status --probe`, se
## Recommended setup (API key, any provider)
If youre running a long-lived gateway, start with an API key for your chosen
If you're running a long-lived gateway, start with an API key for your chosen
provider.
For Anthropic specifically, API key auth is still the most predictable server
setup, but OpenClaw also supports reusing a local Claude CLI login.
@@ -51,7 +51,7 @@ openclaw models status
openclaw doctor
```
If youd rather not manage env vars yourself, onboarding can store
If you'd rather not manage env vars yourself, onboarding can store
API keys for daemon use: `openclaw onboard`.
See [Help](/help) for details on env inheritance (`env.shellEnv`,
@@ -187,7 +187,7 @@ Use `/model` (or `/model list`) for a compact picker; use `/model status` for th
### Per-agent (CLI override)
Set an explicit auth profile order override for an agent (stored in that agents `auth-state.json`):
Set an explicit auth profile order override for an agent (stored in that agent's `auth-state.json`):
```bash
openclaw models auth order get --provider anthropic

View File

@@ -83,7 +83,7 @@ After the first successful load, the running process serves the active in-memory
## OpenAI-compatible endpoints
OpenClaws highest-leverage compatibility surface is now:
OpenClaw's highest-leverage compatibility surface is now:
- `GET /v1/models`
- `GET /v1/models/{id}`