Skip to content

Commit

Permalink
fix: Fix typo in result reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf authored Feb 9, 2018
1 parent a68eac6 commit efaf3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/grunt-reg-viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = function (grunt) {
: grunt.log.ok
grunt.verbose.writeln('Comparison finished.')
ok(compared + ' ' + grunt.util.pluralize(compared,
'image/imagess') + ' compared, ' + matched + ' matched, ' +
'image/images') + ' compared, ' + matched + ' matched, ' +
differed + ' differed, ' + removed + ' removed, ' + added +
' added.')
done()
Expand Down

0 comments on commit efaf3d6

Please sign in to comment.