Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dawes <andrewsdawes@gmail.com>2022-11-01 19:38:23 +0300
committerGitHub <noreply@github.com>2022-11-01 19:38:23 +0300
commitce6745c806d721f5e3c455a65fd44bfe03e9d2ae (patch)
treec98fea764a20094a1e94e61c1836f5893fb10209
parentca93f3ecdd7cfe83004d3d760464e10481ef0fea (diff)
docs: fixed some typos (#5763)
fixed some typos
-rw-r--r--docs/lib/content/using-npm/dependency-selectors.md2
-rw-r--r--docs/lib/content/using-npm/scope.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/content/using-npm/dependency-selectors.md b/docs/lib/content/using-npm/dependency-selectors.md
index 5fb20bad5..5cedf8fe8 100644
--- a/docs/lib/content/using-npm/dependency-selectors.md
+++ b/docs/lib/content/using-npm/dependency-selectors.md
@@ -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
diff --git a/docs/lib/content/using-npm/scope.md b/docs/lib/content/using-npm/scope.md
index 1abbe9081..829e6cc40 100644
--- a/docs/lib/content/using-npm/scope.md
+++ b/docs/lib/content/using-npm/scope.md
@@ -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.