Browse Source

Wrap header names in backticks

Kevin Sawicki 8 years ago
parent
commit
99985c0ed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/download-item.md

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