From 385971b20a62f9d0c542cdf2ced4affec308c0e8 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 9 Dec 2021 23:10:27 +0900 Subject: [PATCH] Fix typo in sails-www.js occured -> occurred --- bin/sails-www.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sails-www.js b/bin/sails-www.js index a4fa224ef7..e520144543 100644 --- a/bin/sails-www.js +++ b/bin/sails-www.js @@ -100,7 +100,7 @@ module.exports = function() { command: path.join('node_modules', '.bin', 'grunt')+' '+overrideGruntTask, }).exec(function (err) { if (err) { - log.error('Error occured running `grunt ' + overrideGruntTask + '`'); + log.error('Error occurred running `grunt ' + overrideGruntTask + '`'); log.error('Please resolve any issues and try running `sails www` again.'); log.error('Hint: you must have the Grunt CLI installed! Try `npm install grunt -g`.'); log.error();