summaryrefslogtreecommitdiff
path: root/api-conventions.md
diff options
context:
space:
mode:
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.