Skip to content

Commit

Permalink
fix typo in comment [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Nov 4, 2020
1 parent d1781b3 commit 59f31e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/collect-files.js
Expand Up @@ -70,7 +70,7 @@ module.exports = ({
console.error(ansi.red(noneFoundMsg));
process.exit(1);
} else {
// print messages as anwarning
// print messages as a warning
unmatched.forEach(warning => {
console.warn(ansi.yellow(`Warning: ${warning.message}`));
});
Expand Down

0 comments on commit 59f31e3

Please sign in to comment.