From 1c3fc6fa21b6c8dbe52bf0af880334f304a55f65 Mon Sep 17 00:00:00 2001 From: Josh Schreuder Date: Mon, 7 May 2018 19:51:17 +1000 Subject: [PATCH] Fix spelling mistake in NPM task tooltip (#48980) ommitted -> omitted --- extensions/npm/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/npm/package.nls.json b/extensions/npm/package.nls.json index a3b43f64c0b..19acf55d865 100644 --- a/extensions/npm/package.nls.json +++ b/extensions/npm/package.nls.json @@ -8,7 +8,7 @@ "config.npm.enableScriptExplorer": "Enable an explorer view for npm scripts.", "npm.parseError": "Npm task detection: failed to parse the file {0}", "taskdef.script": "The npm script to customize.", - "taskdef.path": "The path to the folder of the package.json file that provides the script. Can be ommitted.", + "taskdef.path": "The path to the folder of the package.json file that provides the script. Can be omitted.", "view.name": "Npm Scripts", "command.refresh": "Refresh", "command.run": "Run", -- GitLab