Skip to content

Commit

Permalink
Fix typo in gRPC client instructions (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmorran committed May 10, 2023
1 parent 0fe66b2 commit 8851ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ For a working example, have a look at [packages/example-node-grpc-server](https
> yarn add @grpc/grpc-js
> ```
To generate a gRPC server, set the plugin option `client_grpc1` or
To generate a gRPC client, set the plugin option `client_grpc1` or
set the service option `(ts_client) = GRPC1_CLIENT`.
Expand Down

0 comments on commit 8851ab8

Please sign in to comment.