From c53fbe5ae37f30069d295686106ab2e0c91ee90b Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 23 Feb 2021 12:22:35 +0100 Subject: [PATCH] Typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b549c1a7..a4556fc9 100644 --- a/README.rst +++ b/README.rst @@ -2045,7 +2045,7 @@ Meta Interface design ---------------- -The syntax of the command arguments closely corresponds to the actual HTTP +The syntax of the command arguments closely correspond to the actual HTTP requests sent over the wire. It has the advantage that it’s easy to remember and read. It is often possible to translate an HTTP request to an HTTPie argument list just by inlining the request elements. For example, compare this