mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
docs: reduce/avoid English contractions
You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
This commit is contained in:
parent
d3d079c138
commit
a28464ae77
265 changed files with 926 additions and 925 deletions
|
|
@ -11,7 +11,7 @@ location (indicated with a Location: header and a 3XX response code), this
|
|||
option will make curl redo the request on the new place. If used together with
|
||||
--include or --head, headers from all requested pages will be shown. When
|
||||
authentication is used, curl only sends its credentials to the initial
|
||||
host. If a redirect takes curl to a different host, it won't be able to
|
||||
host. If a redirect takes curl to a different host, it will not be able to
|
||||
intercept the user+password. See also --location-trusted on how to change
|
||||
this. You can limit the amount of redirects to follow by using the
|
||||
--max-redirs option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue