Skip to content

Commit

Permalink
docs: fixed some typos (#5763)
Browse files Browse the repository at this point in the history
fixed some typos
  • Loading branch information
AndrewDawes committed Nov 1, 2022
1 parent ca93f3e commit ce6745c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/dependency-selectors.md
Expand Up @@ -6,7 +6,7 @@ description: Dependency Selector Syntax & Querying

### Description

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:
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:

- Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax
- Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/scope.md
Expand Up @@ -87,7 +87,7 @@ Publishing to a scope, you have two options:
If publishing a public module to an organization scope, you must
first either create an organization with the name of the scope
that you'd like to publish to or be added to an existing organization
with the appropriate permisssions. For example, if you'd like to
with the appropriate permissions. For example, if you'd like to
publish to `@org`, you would need to create the `org` organization
on npmjs.com prior to trying to publish.

Expand Down

0 comments on commit ce6745c

Please sign in to comment.