From 189d76fc22865385d61f9b081758a2cecf592ef0 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 15 Oct 2016 13:09:17 +0200 Subject: [PATCH] Fix typo. --- grunt-config/watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt-config/watch.js b/grunt-config/watch.js index 956a683..e277feb 100644 --- a/grunt-config/watch.js +++ b/grunt-config/watch.js @@ -4,7 +4,7 @@ module.exports = { // Toolchain npm: { files: ['package.json'], - taks: ['npm'] + tasks: ['npm'] }, grunt: { files: ['Gruntfile.js', 'grunt-config/*.js'],