docs: lots of minor language polish

Mostly based on recent language decisions from "everything curl":

- remove contractions (isn't => is not)
- *an* HTTP (consistency)
- runtime (no hyphen)
- backend (no hyphen)
- URL is uppercase

Closes #8646
This commit is contained in:
Daniel Stenberg 2022-03-29 13:58:11 +02:00
parent f7376547bf
commit 3a4182d468
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
30 changed files with 97 additions and 97 deletions

View file

@ -1,6 +1,6 @@
Long: data-urlencode
Arg: <data>
Help: HTTP POST data url encoded
Help: HTTP POST data URL encoded
Protocols: HTTP
See-also: data data-raw
Added: 7.18.0