docs: fix 'mis-reports' typo breaking the Typos check on main (#4685)

docs: fix 'mis-reports' typo failing the Typos check on every PR

Merged via #4669 into docs/operations/hotpath-warp-ab-runbook.md:132; the
Typos CI check now fails on all PRs based on current main.
This commit is contained in:
Zhengchao An
2026-07-10 21:06:57 +08:00
committed by GitHub
parent 515e14cd42
commit 6fed0a4067
+1 -1
View File
@@ -129,7 +129,7 @@ the gate table) into the GitHub step summary.
Readiness polling waits up to `--health-timeout` seconds (default **180**),
which must outlast the server's own startup-readiness budget
(`RUSTFS_STARTUP_READINESS_MAX_WAIT_SECS`, default 120s) — a shorter poll on a
slow shared runner mis-reports a slow cold start as a failure. In local mode the
slow shared runner misreports a slow cold start as a failure. In local mode the
rig also fails fast if the server process exits before becoming healthy instead
of polling out the full budget.