Skip to content

Commit 63b6b97

Browse files
authored
Merge pull request #1273 from rmNULL/patch-1
[Docs] Possible typo in tutorial
2 parents 53feb0e + 57a6914 commit 63b6b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/basic-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Writing Your Server
126126
-------------------
127127

128128
Armed with the knowledge you just obtained, we're going to write a very simple
129-
HTTP/2 web server. The goal of this server is to write a server that can handle
129+
HTTP/2 web server. The goal of this tutorial is to write a server that can handle
130130
a HTTP GET, and that returns the headers sent by the client, encoded in JSON.
131131
Basically, something a lot like `httpbin.org/get`_. Nothing fancy, but this is
132132
a good way to get a handle on how you should interact with h2.

0 commit comments

Comments
 (0)