Minor wording tweaks
authorKevin Sawicki <kevin@github.com>
Mon, 24 Apr 2017 15:50:40 +0000 (08:50 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2017 15:50:40 +0000 (08:50 -0700)
docs/api/download-item.md

index 5132875..c07bf98 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 the server you are downloading from must support range requests and provide a `Last-Modified` and `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 both `Last-Modified` and `ETag` header values. Otherwise `resume()` will dismiss previously received bytes and restart the download from the beginning. 
 
 #### `downloadItem.canResume()`