write-out.md: minor language fix

Pointed out by Copilot

Closes #21455
This commit is contained in:
Daniel Stenberg 2026-04-27 11:41:34 +02:00
parent 13b6a6036c
commit 1ea3060a25
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -166,9 +166,9 @@ The result of the HTTPS proxy's SSL peer certificate verification that was
requested. 0 means the verification was successful. (Added in 7.52.0)
## `proxy_used`
Returns 1 if the previous transfer used a proxy, otherwise 0. Useful to for
example determine if a `NOPROXY` pattern matched the hostname or not. (Added
in 8.7.0)
Returns 1 if the previous transfer used a proxy, otherwise 0. Useful for
example to determine if a `NOPROXY` pattern matched the hostname or not.
(Added in 8.7.0)
## `redirect_url`
When an HTTP request was made without --location to follow redirects (or when