Skip to content

Commit ddf18b5

Browse files
committed
Spelling checks + bulletpoints addition & removal
1 parent 3aaf37e commit ddf18b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/packages-and-modules/contributing-packages-to-the-registry/package-name-guidelines.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Package name guidelines
33
---
44

5-
When choosing a name for your package, choose a name that
5+
When choosing a name for your package, choose a name that:
66

7-
- is unique
8-
- is descriptive
9-
- meets [npm policy guidelines][policies]. For example, do not give your package an offensive name, and do not use someone else's trademarked name or violate the [npm trademark policy][npm-trademark].
7+
- Is unique
8+
- Is descriptive
9+
- Meets [npm policy guidelines][policies]. For example, do not give your package an offensive name, and do not use someone else's trademarked name or violate the [npm trademark policy][npm-trademark].
10+
- Does _not_ contain uppercase letters
1011

11-
Additionally, when choosing a name for an [**unscoped** package][create-unscoped], also choose a name that
12+
Additionally, when choosing a name for an [**unscoped** package][create-unscoped], choose a name that:
1213

13-
- is not already owned by someone else
14-
- is not spelled in a similar way to another package name
15-
- will not confuse others about authorship
14+
- Is not spelled in a similar way to another package name
15+
- Will not confuse others about authorship
1616

1717
[policies]: https://www.npmjs.com/policies
1818
[npm-trademark]: https://docs.npmjs.com/policies/disputes#trademarks

0 commit comments

Comments
 (0)