Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 28, 2015
1 parent 9fe87be commit e1786bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = function (source, map) {
'if (shouldAcceptModule) {',
'module.hot.accept(function (err) {',
'if (err) {',
'console.error("Cannot not apply hot update to " + ' + JSON.stringify(filename) + ' + ": " + err.message);',
'console.error("Cannot apply hot update to " + ' + JSON.stringify(filename) + ' + ": " + err.message);',
'}',
'});',
'}',
Expand Down

0 comments on commit e1786bc

Please sign in to comment.