mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
c129332923
Copy-edit only, no behavior or API changes: - "it's a only a short step" -> "it's only a short step" (ai/index) - "When you tool needs" -> "When your tool needs" (ai/defining-tools) - "Workflow operation that suspend" -> "operations that suspend" (ai/sleep-and-delays) - "extend out ... to use emit" -> "extend our ... to emit", and "other tools calls ... inject out own" -> "other tool calls ... inject our own" (ai/streaming-updates-from-tools) - "non-yet-standard" -> "not-yet-standard" (how-it-works/understanding-directives) - "apps ... and needs no special configuration" -> "and need no special configuration" on the five getting-started pages that disagreed with the other five (express, fastify, hono, nuxt, vite) - drop the orphan "needed." line after "No separate command is required." and fix "the local installed version" -> "the locally installed version" (observability/index) - "Time between emissions of a chunk" -> "emission of a chunk" (observability/tracing) - "determine that is safe" -> "determine that it is safe" (whats-new) - "three rules bind an implementation" -> "four rules": the list has four bullets, and skills/migrating-world-v4-to-v5 already says four (worlds/upgrading-to-v5) - drop the stray duplicate "Workflow" before the Workflow SDK link in @workflow/swc-plugin's README, and the duplicated horizontal rule before "## Detect mode" in its spec Each fix is applied to both the v4 and v5 copies wherever the same text exists in both. Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>