Skip to content

Commit 337a4ed

Browse files
authored
Merge pull request #445 from mbtools/patch-1
Fix typo in `npm` type description
2 parents 0979643 + b172003 commit 337a4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PURL-TYPES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ npm
432432

433433
- The default repository is ``https://registry.npmjs.org``.
434434
- The ``namespace`` is used for the scope of a scoped NPM package.
435-
- Per the package.json spec, new package "must not have uppercase letters in
436-
the name", therefore the must be lowercased.
435+
- Per the package.json specification, new package "must not have uppercase letters in
436+
the name", therefore they must be lowercased.
437437
- Examples::
438438

439439

0 commit comments

Comments
 (0)