From f0144812c4addbd88e04fa15715a480612658f3f Mon Sep 17 00:00:00 2001 From: Xavier Haniquaut Date: Thu, 20 Aug 2015 00:28:01 +0200 Subject: [PATCH] Fix typo in error message --- tasks/scss-lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/scss-lint.js b/tasks/scss-lint.js index 5d01fe6..43f5388 100644 --- a/tasks/scss-lint.js +++ b/tasks/scss-lint.js @@ -39,7 +39,7 @@ module.exports = function (grunt) { ); } else { checkBinary('scss-lint', - 'You need to have Ruby and sscs_lint installed and in your PATH for this task to work.' + 'You need to have Ruby and scss_lint installed and in your PATH for this task to work.' ); }