]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
fix typo in http2 section (#1632)
authorJaakko Lappalainen <jkk.lapp@gmail.com>
Sat, 8 May 2021 16:49:14 +0000 (17:49 +0100)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 16:49:14 +0000 (00:49 +0800)
docs/http2.md

index 56b032dd0950bbfeb05127a746da371a906ab623..cd8d2b31172a26afcdeb6e6ce38416f2be0f5ad2 100644 (file)
@@ -5,7 +5,7 @@ efficient transport, with potential performance benefits. HTTP/2 does not change
 the core semantics of the request or response, but alters the way that data is
 sent to and from the server.
 
-Rather that the text format that HTTP/1.1 uses, HTTP/2 is a binary format.
+Rather than the text format that HTTP/1.1 uses, HTTP/2 is a binary format.
 The binary format provides full request and response multiplexing, and efficient
 compression of HTTP headers. The stream multiplexing means that where HTTP/1.1
 requires one TCP stream for each concurrent request, HTTP/2 allows a single TCP