mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:47:34 +03:00
docs: fixup wording nits
Mostly sentences starting with bad words
This commit is contained in:
parent
713287188e
commit
8ec0e1e109
10 changed files with 28 additions and 23 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue