docs: fix grammatical errors

This commit is contained in:
Sidharth R 2023-05-20 00:17:35 +05:30
parent 93660c3aa0
commit 3ddcbf609e

View File

@ -434,7 +434,7 @@ In the last command, the method defaults to `POST`, since the request contains a
## Request URL
The Request URL is a unique web address to which the request is sent. This argument is required to initiate a request. All other arguments can be omitted, in which case HTTPie uses default values.
The request URL is a unique web address to which a request is sent. This argument is required to initiate a request. All other arguments can be omitted, in which case HTTPie uses default values.
Specifying the scheme (`http://` or `https://`) is optional as well. If it is not specified, HTTPie defaults to using `http://`.