diff --git a/gulp-tenon.js b/gulp-tenon.js index 3532fe5..bfd89f3 100644 --- a/gulp-tenon.js +++ b/gulp-tenon.js @@ -53,7 +53,7 @@ module.exports = function(opts) { console.log(' Title: ' + itm.errorTitle); console.log(' Xpath: ' + itm.xpath); if (snippet) { - console.log(' Snippit:'); + console.log(' Snippet:'); console.log(chalk.gray(itm.errorSnippet.replace(/</g, '<').replace(/>/g, '>'))); } });