aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.