Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Sep 13, 2017
1 parent 949ef49 commit 1eea87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modal-download.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function createElement (item) {
let saveButtonState = item.saved === true ? 'disabled' : '';
let saveHref = generateSaveURI(item[DATA_ID_PROPERTY]);
let message;
let trackableValueDownloadItem = 'download-item';
let trackableValueDownloadItem = 'download-items';
let trackableValueSaveForLater = 'save-for-later';
let wordCount = '';

Expand Down

0 comments on commit 1eea87b

Please sign in to comment.