diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-31 16:34:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-07 23:16:27 +0100 |
commit | a28464ae77c201ae29afc9dc9dc756b80a960d4c (patch) | |
tree | efcf174ba85a45906ac7bc4ede3d5d71d5f75d04 /docs/cmdline-opts/location-trusted.d | |
parent | d3d079c138e8abaedcb0c557bc466e69e6b79b1c (diff) | |
download | curl-a28464ae77c201ae29afc9dc9dc756b80a960d4c.tar.gz |
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
Diffstat (limited to 'docs/cmdline-opts/location-trusted.d')
-rw-r--r-- | docs/cmdline-opts/location-trusted.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/location-trusted.d b/docs/cmdline-opts/location-trusted.d index b27efb40d..0277aa7b5 100644 --- a/docs/cmdline-opts/location-trusted.d +++ b/docs/cmdline-opts/location-trusted.d @@ -8,5 +8,5 @@ Added: 7.10.4 --- Like --location, but will allow sending the name + password to all hosts that the site may redirect to. This may or may not introduce a security breach if -the site redirects you to a site to which you'll send your authentication info -(which is plaintext in the case of HTTP Basic authentication). +the site redirects you to a site to which you will send your authentication +info (which is plaintext in the case of HTTP Basic authentication). |