Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv authored Nov 12, 2024
1 parent cedd7d3 commit 357c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/generating-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We're going to generate our code using [Buf](https://buf.build/product/cli/),
a modern replacement for Google's protobuf compiler, and two compiler
plugins:

- [@connectrpcprotoc-gen-connect-es](https://www.npmjs.com/package/@connectrpc/protoc-gen-connect-es) — generates services from your Protocol Buffer schema
- [@connectrpc/protoc-gen-connect-es](https://www.npmjs.com/package/@connectrpc/protoc-gen-connect-es) — generates services from your Protocol Buffer schema
- [@bufbuild/protoc-gen-es](https://www.npmjs.com/package/@bufbuild/protoc-gen-es) — generates base types, like request and response messages

The code we will generate has three runtime dependencies:
Expand Down

0 comments on commit 357c04f

Please sign in to comment.