aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/erlang_web.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/erlang_web.asciidoc')
-rw-r--r--doc/src/guide/erlang_web.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/erlang_web.asciidoc b/doc/src/guide/erlang_web.asciidoc
index 91a9eca..702e043 100644
--- a/doc/src/guide/erlang_web.asciidoc
+++ b/doc/src/guide/erlang_web.asciidoc
@@ -106,7 +106,7 @@ new messages, and perform the operations required by only activating
the required parts of the system.
The more recent Web technologies, like Websocket of course, but also
-SPDY and HTTP/2.0, are all fully asynchronous protocols. The concept
+HTTP/2.0, are all fully asynchronous protocols. The concept
of requests and responses is retained of course, but anything could
be sent in between, by both the client or the browser, and the
responses could also be received in a completely different order.