aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Victor Boivie <victor@boivie.com>2018-01-30 13:28:40 +0100
committerGravatar GitHub <noreply@github.com>2018-01-30 13:28:40 +0100
commite5758a1a77a34d29b515e555fd5f535e1fa8b03a (patch)
tree283008ff08ba4b3a6ffedf345a8df1398b081f97
parente6cf0aeff4979e5ff2501e7fe5e2fdf926350452 (diff)
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.