From 63b0ec4dffd79ce5f0262f25155e402c118372fe Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Fri, 19 Aug 2016 10:41:08 +0800 Subject: [PATCH] fix typo Signed-off-by: Xianglin Gao --- api-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-conventions.md b/api-conventions.md index 5bc731be7..201f6c036 100644 --- a/api-conventions.md +++ b/api-conventions.md @@ -1345,7 +1345,7 @@ encodes the stream before returning it to the client. Clients should use the SPDY protocols if their clients have native support, or WebSockets as a fallback. Note that WebSockets is susceptible to Head-of-Line -blocking and so clients must read and process each message sequentionally. In +blocking and so clients must read and process each message sequentially. In the future, an HTTP/2 implementation will be exposed that deprecates SPDY.