mirror of https://github.com/grpc/grpc.io.git
fix: typo in `en/docs/languages/node/basics.md` (#1039)
This commit is contained in:
parent
3861664c78
commit
b051e66d5e
|
@ -78,7 +78,7 @@ service RouteGuide {
|
|||
```
|
||||
|
||||
Then you define `rpc` methods inside your service definition, specifying their
|
||||
request and response types. gRPC lets you define four kinds of service method,
|
||||
request and response types. gRPC lets you define four kinds of service methods,
|
||||
all of which are used in the `RouteGuide` service:
|
||||
|
||||
- A *simple RPC* where the client sends a request to the server using the stub
|
||||
|
|
Loading…
Reference in New Issue