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/ignore-content-length.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/ignore-content-length.d')
-rw-r--r-- | docs/cmdline-opts/ignore-content-length.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/ignore-content-length.d b/docs/cmdline-opts/ignore-content-length.d index d87f51735..8badf4ea0 100644 --- a/docs/cmdline-opts/ignore-content-length.d +++ b/docs/cmdline-opts/ignore-content-length.d @@ -12,4 +12,4 @@ files larger than 2 gigabytes. For FTP (since 7.46.0), skip the RETR command to figure out the size before downloading a file. -This option doesn't work for HTTP if libcurl was built to use hyper. +This option does not work for HTTP if libcurl was built to use hyper. |