Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit b5848d7

Browse files
authored
fix typo
1 parent 33103b7 commit b5848d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ buffers; you can find out lots more about how to define a service in a `.proto`
5959
file in [gRPC Basics: Node][]. For now all you need
6060
to know is that both the server and the client "stub" have a `SayHello` RPC
6161
method that takes a `HelloRequest` parameter from the client and returns a
62-
`HelloResponse` from the server, and that this method is defined like this:
62+
`HelloReply` from the server, and that this method is defined like this:
6363

6464

6565
```proto

0 commit comments

Comments
 (0)