docs: address proselint nits

- avoid exclamation marks
- use consistent number of spaces after periods: one
- avoid clichés
- avoid using 'very'

Closes #8060
This commit is contained in:
Daniel Stenberg 2021-11-26 08:46:59 +01:00
parent 0d380a853f
commit 76d6e719d9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
70 changed files with 221 additions and 223 deletions

View file

@ -19,7 +19,7 @@ by reading [the INSTALL document](https://curl.se/docs/install.html).
libcurl is the library curl is using to do its job. It is readily available to
be used by your software. Read [the libcurl.3 man
page](https://curl.se/libcurl/c/libcurl.html) to learn how!
page](https://curl.se/libcurl/c/libcurl.html) to learn how.
You can find answers to the most frequent questions we get in [the FAQ
document](https://curl.se/docs/faq.html).
@ -47,7 +47,7 @@ downloads.
## Git
To download the very latest source from the Git server do this:
To download the latest source from the Git server do this:
git clone https://github.com/curl/curl.git