Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 6f847d7

Browse files
committed
docs: fix typo
1 parent 605077b commit 6f847d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Running the command will scan the list of installed dependencies (from the first
2121
- `prepublish` in the main package
2222
- `prepare` in the main package
2323

24-
Allowed package list is configurable in `package.json` by adding an `allowedScripts` property, with an object where the key is a package name and the value is one of:
24+
Allowed package list is configurable in `package.json` by adding an `allowScripts` property, with an object where the key is a package name and the value is one of:
2525

2626
* a string with a semver specifier for allowed versions
2727
- non-matching versions will be ignored

0 commit comments

Comments
 (0)