Remove redundant/inconsistent article

This commit is contained in:
Jakub Roztocil 2021-10-03 03:08:05 +02:00 committed by GitHub
parent a6c70334cf
commit 6a4e985f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ $ http GET pie.dev/get hello=world
The `METHOD` argument is optional, and when you dont specify it, HTTPie defaults to:
* `GET` for requests without a body
* `GET` for requests without body
* `POST` for requests with body
Here we dont specify any request data, so both commands will send the same `GET` request: