aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-01-30 22:57:07 +0100
committerGravatar GitHub <noreply@github.com>2018-01-30 22:57:07 +0100
commit680d2cba135a8cb20d99c0d650f40391d7328eb3 (patch)
treec6eb2dd045ed1d0947c6a06988aa5edcdf0bec08
parent9233201cc34e478e2a4d290c53bcf782a3864676 (diff)
parente5758a1a77a34d29b515e555fd5f535e1fa8b03a (diff)
Merge pull request #14235 from boivie/patch-1
typo: probobuf -> protobuf
-rw-r--r--doc/command_line_tool.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/command_line_tool.md b/doc/command_line_tool.md
index 5465005027..082e6402eb 100644
--- a/doc/command_line_tool.md
+++ b/doc/command_line_tool.md
@@ -183,7 +183,7 @@ We can send RPCs to a server and get responses using `grpc_cli call` command.
- Send non-proto rpc
- For using gRPC with protocols other than probobuf, you will need the exact
+ For using gRPC with protocols other than protobuf, you will need the exact
method name string and a file containing the raw bytes to be sent on the
wire.