diff --git a/src/content/docs/workers/development-testing/multi-workers.mdx b/src/content/docs/workers/development-testing/multi-workers.mdx index 0598342cfea0ce..b0c1756ad76bf9 100644 --- a/src/content/docs/workers/development-testing/multi-workers.mdx +++ b/src/content/docs/workers/development-testing/multi-workers.mdx @@ -59,11 +59,11 @@ Then run: - You want the simplest setup for development - Workers are part of the same application or codebase -- You need to access a Durable Object namespace from another Worker using `script_name`, or setup Queues where the producer and consumer Workers are seperated. +- You need to access a Durable Object namespace or Workflow from another Worker using `script_name`, or set up Queues where the producer and consumer Workers are separated. ## Multiple dev commands -You can also run each Worker in a separate dev commands, each with its own terminal and configuration. +You can also run each Worker in separate dev commands, each with its own terminal and configuration.