docs: fixup wording nits

Mostly sentences starting with bad words
This commit is contained in:
Daniel Stenberg 2026-03-09 16:31:37 +01:00
parent 713287188e
commit 8ec0e1e109
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 28 additions and 23 deletions

View file

@ -293,7 +293,7 @@ not do that for you. For example, if you want the data to contain a space,
you need to replace that space with `%20`, etc. Failing to comply with this
most likely causes your data to be received wrongly and messed up.
Recent curl versions can in fact url-encode POST data for you, like this:
Recent curl versions can in fact URL encode POST data for you, like this:
curl --data-urlencode "name=I am Daniel" https://www.example.com