From 2d52a8af65443b91d62d2e7776403b0047c68b74 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 17 Jul 2023 13:30:21 -0700 Subject: [PATCH] typo --- simple-request-response/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-request-response/README.md b/simple-request-response/README.md index 7f851e75b..667ba081a 100644 --- a/simple-request-response/README.md +++ b/simple-request-response/README.md @@ -55,7 +55,7 @@ close the stream. After sending the response the server SHOULD close the stream. ## How to run on top of an HTTP transport The client's request is placed in the body of an HTTP POST request. The server -places it's response in the body of the HTTP response. Headers are unused by the +places its response in the body of the HTTP response. Headers are unused by the application protocol (but may be used by the libp2p implementation to provide authentication). The HTTP path used is defined by the server's `.well-known/libp2p` HTTP resource (see the [HTTP](../http/README.md) spec for