diff options
author | mhasbini <mohammad.hasbini@gmail.com> | 2019-12-06 13:56:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-06 13:20:30 +0100 |
commit | 1a46d7c9765881b1c7f822873fb476fe24997776 (patch) | |
tree | b12355697b53d99156568f6b49119bc6ba5f41f3 /docs/MANUAL.md | |
parent | 5dc1618fd6fe7eccd60deb000988d05601d67961 (diff) | |
download | curl-1a46d7c9765881b1c7f822873fb476fe24997776.tar.gz |
docs: fix some typos
Closes #4680
Diffstat (limited to 'docs/MANUAL.md')
-rw-r--r-- | docs/MANUAL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 80ab92a63..73ce57d44 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -701,7 +701,7 @@ Otherwise, curl will attempt to use a sensible TLS default version. ## Resuming File Transfers To continue a file transfer where it was previously aborted, curl supports -esume on HTTP(S) downloads as well as FTP uploads and downloads. +resume on HTTP(S) downloads as well as FTP uploads and downloads. Continue downloading a document: |