]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts/location.md: fix typos for location flag
authorMartin Harrigan <martinharrigan@gmail.com>
Tue, 28 Jan 2025 10:28:25 +0000 (10:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jan 2025 13:07:39 +0000 (14:07 +0100)
Closes #16110

docs/cmdline-opts/location.md

index dbdcd5bd47cae6911bb7ad04b07842b6278fd4db..8d17e45e28441dd0643aa76e6b9afa61a77a4ad2 100644 (file)
@@ -19,13 +19,13 @@ Example:
 
 If the server reports that the requested page has moved to a different
 location (indicated with a Location: header and a 3XX response code), this
-option makes curl redo the request on the new place. If used together with
+option makes curl redo the request to the new place. If used together with
 --show-headers or --head, headers from all requested pages are shown.
 
-When authentication is used, or send cookie with `-H Cookie:`, curl only sends
-its credentials to the initial host. If a redirect takes curl to a different
-host, it does not get the credentials pass on. See --location-trusted on how
-to change this.
+When authentication is used, or when sending a cookie with `-H Cookie:`, curl
+only sends its credentials to the initial host. If a redirect takes curl to a
+different host, it does not get the credentials passed on. See
+--location-trusted on how to change this.
 
 Limit the amount of redirects to follow by using the --max-redirs option.