Skip to content

Commit 004e3d4

Browse files
authored
Update src/content/docs/workers/runtime-apis/bindings/service-bindings/index.mdx
1 parent ffc9c57 commit 004e3d4

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings/service-bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/service-bindings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Worker A that declares a Service binding to Worker B can call Worker B in two di
5656

5757
## Example — build your first Service binding using RPC
5858

59-
This example [extends the `WorkerEntrypoint class`](https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/rpc/#the-workerentrypoint-class) to support RPC-based Service bindings.
59+
This example [extends the `WorkerEntrypoint` class](https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/rpc/#the-workerentrypoint-class) to support RPC-based Service bindings.
6060
First, create the Worker that you want to communicate with. Let's call this "Worker B". Worker B exposes the public method, `add(a, b)`:
6161

6262

0 commit comments

Comments
 (0)