From 815720cb582e911eaaf1ffc2dbb52a824d4d4c12 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Thu, 1 Mar 2018 10:33:11 +0100 Subject: [PATCH] Fix typos in Readme --- extensions/npm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/npm/README.md b/extensions/npm/README.md index e52ac4bf7ea..d42594f53ee 100644 --- a/extensions/npm/README.md +++ b/extensions/npm/README.md @@ -11,4 +11,4 @@ To run scripts as tasks you use the `Tasks` menu. - `npm.autoDetect` enable detecting scripts as tasks, the default is `on`. - `npm.runSilent` run npm script with the `--silent` option, the default is `false`. - `npm.packageManager` the package manager used to run the scripts: `npm` or `yarn`, the default is `npm`. -- `npm.exclude` glob patterns for folders that should be excluded from automatic script detection. The pattern is matched against the **absolute path** of the package.json. For example to exclude all test folders user '**/test/**. +- `npm.exclude` glob patterns for folders that should be excluded from automatic script detection. The pattern is matched against the **absolute path** of the package.json. For example, to exclude all test folders use '**/test/**'.