Skip to content

Commit 815720c

Browse files
committed
Fix typos in Readme
1 parent 9ba6d40 commit 815720c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ To run scripts as tasks you use the `Tasks` menu.
1111
- `npm.autoDetect` enable detecting scripts as tasks, the default is `on`.
1212
- `npm.runSilent` run npm script with the `--silent` option, the default is `false`.
1313
- `npm.packageManager` the package manager used to run the scripts: `npm` or `yarn`, the default is `npm`.
14-
- `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/**.
14+
- `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/**'.

0 commit comments

Comments
 (0)