summaryrefslogtreecommitdiff
path: root/api-conventions.md
diff options
context:
space:
mode:
authorXianglin Gao <xlgao@zju.edu.cn>2016-08-19 10:41:08 +0800
committerXianglin Gao <xlgao@zju.edu.cn>2016-08-19 10:46:52 +0800
commit63b0ec4dffd79ce5f0262f25155e402c118372fe (patch)
tree6c796502e9ce05fda713a50f475152e5d2021d7b /api-conventions.md
parentda2d4622d875a71b0bf084bb12ac12af3958c1cb (diff)
fix typo
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
Diffstat (limited to 'api-conventions.md')
-rw-r--r--api-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-conventions.md b/api-conventions.md
index 5bc731be..201f6c03 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.