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

@ -114,7 +114,7 @@ HTTP Alternative Services
Alt-Svc is an extension with a corresponding frame (ALTSVC) in HTTP/2 that
tells the client about an alternative "route" to the same content for the same
origin server that you get the response from. A browser or long-living client
can use that hint to create a new connection asynchronously. For libcurl, we
can use that hint to create a new connection asynchronously. For libcurl, we
may introduce a way to bring such clues to the application and/or let a
subsequent request use the alternate route automatically.