Wrap header names in backticks
authorKevin Sawicki <kevin@github.com>
Mon, 24 Apr 2017 15:49:59 +0000 (08:49 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2017 15:49:59 +0000 (08:49 -0700)
docs/api/download-item.md

index 3aab513b8b5d3194402cbfedaf90ff75fd05c041..51328758bf06239d6ee4bf283582f08101120b86 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 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` and `ETag` header value. Otherwise `resume()` will dismiss previously received bytes and restart the download from the beginning. 
 
 #### `downloadItem.canResume()`