From 89cc262dc8f614b9acc73b62c4ba460784df1e66 Mon Sep 17 00:00:00 2001 From: Igor Slepchin Date: Sun, 8 Mar 2020 01:27:04 -0500 Subject: [PATCH] fix typo --- doc/PROTOCOL-WEB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md index 66544543804..1ee93606f65 100644 --- a/doc/PROTOCOL-WEB.md +++ b/doc/PROTOCOL-WEB.md @@ -17,7 +17,7 @@ with the protocol details specified in the For the gRPC-Web protocol, we have decided on the following design goals: * adopt the same framing as “application/grpc” whenever possible -* decouple from HTTP/2 framing which is not, and will never, be directly +* decouple from HTTP/2 framing which is not, and will never be, directly exposed by browsers * support text streams (e.g. base64) in order to provide cross-browser support (e.g. IE-10)