From de19c21627359f9b9ed282ad421bd105eaeefd5b Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Mon, 14 Mar 2016 12:07:30 +0100 Subject: [PATCH] Fixed typo. --- src/vs/workbench/parts/tasks/common/taskTemplates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/parts/tasks/common/taskTemplates.ts b/src/vs/workbench/parts/tasks/common/taskTemplates.ts index 215eb3c8304..d9924195c70 100644 --- a/src/vs/workbench/parts/tasks/common/taskTemplates.ts +++ b/src/vs/workbench/parts/tasks/common/taskTemplates.ts @@ -52,7 +52,7 @@ const grunt: TaskEntry = { id: 'grunt', label: 'Grunt', autoDetect: true, - description: nls.localize('grunt', 'Creates a tasks.json file for Grunt. If a jake file is present tasks will be auto-detected.'), + description: nls.localize('grunt', 'Creates a tasks.json file for Grunt. If a grunt file is present tasks will be auto-detected.'), content: [ '{', '\t// See http://go.microsoft.com/fwlink/?LinkId=733558', -- GitLab