Skip to content

Commit

Permalink
Merge pull request #1273 from rmNULL/patch-1
Browse files Browse the repository at this point in the history
[Docs] Possible typo in tutorial
  • Loading branch information
Kriechi committed Sep 20, 2022
2 parents 53feb0e + 57a6914 commit 63b6b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Writing Your Server
-------------------

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

0 comments on commit 63b6b97

Please sign in to comment.