aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Wenbo Zhu <wenboz@google.com>2017-05-19 12:15:26 -0700
committerGravatar GitHub <noreply@github.com>2017-05-19 12:15:26 -0700
commit69ac56f7c0332a5c0c17deae54cbc11045c83890 (patch)
tree756932b9d47b9c1de3cfade92a9027e5dfda0d08
parentf9ca15406613ec9b516acf30a814f2bba260ae11 (diff)
Update PROTOCOL-WEB.md
-rw-r--r--doc/PROTOCOL-WEB.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md
index b6ea3ecabe..10998899c4 100644
--- a/doc/PROTOCOL-WEB.md
+++ b/doc/PROTOCOL-WEB.md
@@ -37,8 +37,8 @@ Content-Type
1. application/grpc-web
* e.g. application/grpc-web+[proto, json, thrift]
- * the sender should always specifiy the message format, e.g. +proto, +json
- * the receiver should assume the default is "+proto" when the message format is mssing in the C-T, i.e. "application/grpc-web"
+ * the sender should always specify the message format, e.g. +proto, +json
+ * the receiver should assume the default is "+proto" when the message format is missing in Content-Type (as "application/grpc-web")
2. application/grpc-web-text
* text-encoded streams of “application/grpc-web”
* e.g. application/grpc-web-text+[proto, thrift]