From 7ea6d01a8cac811375afb54f3dbace259e81bcba Mon Sep 17 00:00:00 2001 From: rreimann Date: Sat, 22 Apr 2017 18:15:07 +0200 Subject: [PATCH] Rephrase note for resume method --- docs/api/download-item.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/download-item.md b/docs/api/download-item.md index 768d2f7bb23d..3aab513b8b5d 100644 --- a/docs/api/download-item.md +++ b/docs/api/download-item.md @@ -100,7 +100,7 @@ Returns `Boolean` - Whether the download is paused. Resumes the download that has been paused. -**Note:** To enable resumable downloads in the narrow sense the server you are downloading from must support range requests and provide a Last-Modified as well as an ETag header value. Otherwise `resume()` will dismiss previously received bytes and restart the download from the beginning. +**Note:** To enable resumable downloads the server you are downloading from must support range requests and provide a Last-Modified as well as an ETag header value. Otherwise `resume()` will dismiss previously received bytes and restart the download from the beginning. #### `downloadItem.canResume()`