We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7f416 commit 3d72d85Copy full SHA for 3d72d85
src/content/docs/workers/vite-plugin/api.mdx
@@ -45,7 +45,7 @@ It accepts an optional `PluginConfig` parameter.
45
46
- `auxiliaryWorkers?: Array<AuxiliaryWorkerConfig>`
47
48
- An optional array of auxiliary workers.
+ An optional array of auxiliary Workers.
49
You can use [service bindings](/workers/runtime-apis/bindings/service-bindings/) to call auxiliary workers from your main (entry) Worker.
50
All requests are routed through your entry Worker.
51
During the build, each Worker is output to a separate subdirectory of `dist`.
0 commit comments