docs: typography hygiene across 6 pages

Replaced 74 typography characters (curly quotes, apostrophes, em/en
dashes, non-breaking hyphens) with ASCII equivalents per
docs/CLAUDE.md heading and content hygiene rules.

- docs/gateway/opentelemetry.md: 13 chars
- docs/channels/msteams.md: 13 chars
- docs/tools/skills.md: 12 chars
- docs/start/setup.md: 12 chars
- docs/nodes/location-command.md: 12 chars
- docs/concepts/context-engine.md: 12 chars
This commit is contained in:
Vincent Koc
2026-05-05 20:34:37 -07:00
parent ae9f779e5f
commit f4a63940cc
6 changed files with 61 additions and 61 deletions

View File

@@ -19,7 +19,7 @@ OS permissions are multi-level. We can expose a selector in-app, but the OS stil
- iOS/macOS may expose **While Using** or **Always** in system prompts/Settings.
- Android app currently supports foreground location only.
- Precise location is a separate grant (iOS 14+ Precise, Android fine vs coarse).
- Precise location is a separate grant (iOS 14+ "Precise", Android "fine" vs "coarse").
Selector in UI drives our requested mode; actual grant lives in OS settings.
@@ -91,9 +91,9 @@ Errors (stable codes):
## UX copy (suggested)
- Off: Location sharing is disabled.
- While Using: Only when OpenClaw is open.
- Precise: Use precise GPS location. Toggle off to share approximate location.
- Off: "Location sharing is disabled."
- While Using: "Only when OpenClaw is open."
- Precise: "Use precise GPS location. Toggle off to share approximate location."
## Related