Fix spelling mistake in NPM task tooltip (#48980)

ommitted -> omitted
This commit is contained in:
Josh Schreuder 2018-05-07 19:51:17 +10:00 committed by Erich Gamma
parent bcaa3ead51
commit 1c3fc6fa21

View file

@ -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",