Rephrase note for resume method
authorrreimann <robert.reimann@googlemail.com>
Sat, 22 Apr 2017 16:15:07 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2017 16:15:07 +0000 (18:15 +0200)
docs/api/download-item.md

index 768d2f7bb23d5014fbfb36cdfc250a0c65bb392f..3aab513b8b5d3194402cbfedaf90ff75fd05c041 100644 (file)
@@ -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()`