Skip to content

Commit ce6745c

Browse files
authored
docs: fixed some typos (#5763)
fixed some typos
1 parent ca93f3e commit ce6745c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/lib/content/using-npm/dependency-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Dependency Selector Syntax & Querying
66

77
### Description
88

9-
The [`npm query`](/commands/npm-query) commmand exposes a new dependency selector syntax (informed by & respecting many aspects of the [CSS Selectors 4 Spec](https://dev.w3.org/csswg/selectors4/#relational)) which:
9+
The [`npm query`](/commands/npm-query) command exposes a new dependency selector syntax (informed by & respecting many aspects of the [CSS Selectors 4 Spec](https://dev.w3.org/csswg/selectors4/#relational)) which:
1010

1111
- Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax
1212
- Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible

docs/lib/content/using-npm/scope.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Publishing to a scope, you have two options:
8787
If publishing a public module to an organization scope, you must
8888
first either create an organization with the name of the scope
8989
that you'd like to publish to or be added to an existing organization
90-
with the appropriate permisssions. For example, if you'd like to
90+
with the appropriate permissions. For example, if you'd like to
9191
publish to `@org`, you would need to create the `org` organization
9292
on npmjs.com prior to trying to publish.
9393

0 commit comments

Comments
 (0)