summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-19 09:29:35 -0700
committerGitHub <noreply@github.com>2016-08-19 09:29:35 -0700
commit3b9aa1b2bd833660f30858be1a8e5f0a8bc790a3 (patch)
treef2950870d1e50668a60a51df70c8b3b3042fa37b
parentb16f0e125d0ff865c019595946606a354e4dbe74 (diff)
parent63b0ec4dffd79ce5f0262f25155e402c118372fe (diff)
Merge pull request #30960 from xlgao-zju/fix-typo
Automatic merge from submit-queue fix typo ``` fix typo ``` Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
-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.