Skip to content

Commit ae49dd7

Browse files
committed
chore(docs): fix typo in gruntfile comments
The correct word is useminPrepare
1 parent b1eeb68 commit ae49dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ module.exports = function (grunt) {
206206
}
207207
},
208208

209-
// Performs rewrites based on rev and the useminPrepage configuration
209+
// Performs rewrites based on rev and the useminPrepare configuration
210210
usemin: {
211211
html: ['<%%= yeoman.dist %>/{,*/}*.html'],
212212
css: ['<%%= yeoman.dist %>/styles/{,*/}*.css'],

0 commit comments

Comments
 (0)