Skip to content

Commit

Permalink
chore(docs): fix typo in gruntfile comments
Browse files Browse the repository at this point in the history
The correct word is useminPrepare
  • Loading branch information
eddiemonge committed Nov 17, 2013
1 parent b1eeb68 commit ae49dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ module.exports = function (grunt) {
}
},

// Performs rewrites based on rev and the useminPrepage configuration
// Performs rewrites based on rev and the useminPrepare configuration
usemin: {
html: ['<%%= yeoman.dist %>/{,*/}*.html'],
css: ['<%%= yeoman.dist %>/styles/{,*/}*.css'],
Expand Down

0 comments on commit ae49dd7

Please sign in to comment.