Skip to content

Commit

Permalink
fix typo (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkio authored and sindresorhus committed Jun 20, 2016
1 parent 3f689ba commit b1467b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -5,7 +5,7 @@ var winRelease = require('win-release');

module.exports = function (platform, release) {
if (!platform && release) {
throw new Error('You can\'t specify a `release` without specfying `platform`');
throw new Error('You can\'t specify a `release` without specifying `platform`');
}

platform = platform || os.platform();
Expand Down

0 comments on commit b1467b0

Please sign in to comment.