]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix --follow doc typo
authorTim Martin <tim@timmart.in>
Mon, 11 May 2026 20:06:57 +0000 (15:06 -0500)
committerViktor Szakats <commit@vsz.me>
Tue, 12 May 2026 00:10:27 +0000 (02:10 +0200)
Let the singular ~~object~~ subject "option" agree with the verb "set".

Closes #21553

docs/cmdline-opts/follow.md

index 096324f1654b39625dd0de7eadfec4dd509551e3..b34e30c693d06d91fc3f7b0e2a5d5bba5c65638f 100644 (file)
@@ -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.