From 185e67e1fa32e36b019fb0b5918e0e17a3edd087 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Mon, 11 May 2026 15:06:57 -0500 Subject: [PATCH] docs: fix --follow doc typo Let the singular ~~object~~ subject "option" agree with the verb "set". Closes #21553 --- docs/cmdline-opts/follow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/follow.md b/docs/cmdline-opts/follow.md index 096324f165..b34e30c693 100644 --- a/docs/cmdline-opts/follow.md +++ b/docs/cmdline-opts/follow.md @@ -24,7 +24,7 @@ set with --request when following redirects as the HTTP specification says. The method string set with --request is used in subsequent requests for the status codes 307 or 308, but may be reset to GET for 301, 302 and 303. -This is subtly different than --location, as that option always set the custom +This is subtly different than --location, as that option always sets the custom method in all subsequent requests independent of response code. Restrict which protocols a redirect is accepted to follow with --proto-redir.