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()`