mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Typo in grunt.log message
"Stampped" to "Stamped"
This commit is contained in:
parent
88813998e4
commit
da94f2f31e
@ -276,7 +276,7 @@ grunt.registerMultiTask('license', 'Stamps license banners on files.', function
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.log.writeln('Stampped license on ' + String(tally).cyan + ' files.');
|
grunt.log.writeln('Stamped license on ' + String(tally).cyan + ' files.');
|
||||||
});
|
});
|
||||||
|
|
||||||
// -- Contextualize Task -------------------------------------------------------
|
// -- Contextualize Task -------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user