fix: typo in `en/docs/languages/node/basics.md` (#1039)

This commit is contained in:
Hamir Mahal 2022-09-14 13:06:00 -07:00 committed by GitHub
parent 3861664c78
commit b051e66d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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