mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
docs: minor polish
- "an HTTP*" (not "a") - remove a few contractions - remove a spurious "a" - reduce use of "I" in texts Closes #11040
This commit is contained in:
parent
bb0b245cc1
commit
4578ada4a0
11 changed files with 24 additions and 25 deletions
|
|
@ -11,8 +11,9 @@
|
|||
|
||||
Curl is a command line tool for doing all sorts of URL manipulations and
|
||||
transfers, but this particular document will focus on how to use it when
|
||||
doing HTTP requests for fun and profit. I will assume that you know how to
|
||||
invoke `curl --help` or `curl --manual` to get basic information about it.
|
||||
doing HTTP requests for fun and profit. This documents assumes that you know
|
||||
how to invoke `curl --help` or `curl --manual` to get basic information about
|
||||
it.
|
||||
|
||||
Curl is not written to do everything for you. It makes the requests, it gets
|
||||
the data, it sends data and it retrieves the information. You probably need
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue