From 508788ca5688bbdfba24b1a810d3091c78eccf46 Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Mon, 10 Jan 2022 03:48:42 -0700 Subject: [PATCH] Fix two typos in docs/README.md (#1261) contaning -> containing overwriten -> overwritten Co-authored-by: greg --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2b7abcdd..6b19b91a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -441,7 +441,7 @@ There are no restrictions regarding which request methods can include a body. Yo $ http POST pie.dev/post ``` -You can also make `GET` requests contaning a body: +You can also make `GET` requests containing a body: ```bash $ http GET pie.dev/get hello=world @@ -1193,7 +1193,7 @@ GET / HTTP/1.1 Numbers: one,two ``` -Also be aware that if the current session contains any headers they will get overwriten +Also be aware that if the current session contains any headers they will get overwritten by individual commands when sending a request instead of being joined together. ### Limiting response headers