Skip to content

Commit faa371a

Browse files
Update src/content/docs/workers/vite-plugin/api.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 3d72d85 commit faa371a

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/vite-plugin

1 file changed

+1
-1
lines changed

src/content/docs/workers/vite-plugin/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It accepts an optional `PluginConfig` parameter.
4646
- `auxiliaryWorkers?: Array<AuxiliaryWorkerConfig>`
4747

4848
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.
49+
You can use [service bindings](/workers/runtime-apis/bindings/service-bindings/) to call auxiliary Workers from your main (entry) Worker.
5050
All requests are routed through your entry Worker.
5151
During the build, each Worker is output to a separate subdirectory of `dist`.
5252

0 commit comments

Comments
 (0)