From 04621fc2a092c31d0b26e7559ccfa364e96d0876 Mon Sep 17 00:00:00 2001 From: Jack Emerson Date: Tue, 28 Jan 2025 11:16:21 +1000 Subject: [PATCH 1/2] Typo: provier -> provider Typo in `add.md`. --- docs/cli/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/add.md b/docs/cli/add.md index f0585f741240..ae26c064c262 100644 --- a/docs/cli/add.md +++ b/docs/cli/add.md @@ -152,7 +152,7 @@ pnpm add https://github.com/zkochan/is-negative.git#2.0.1 #### Install from a Git repository using hosting providers shorthand -You can use a protocol shorthand `[provier]:` for certain Git providers: +You can use a protocol shorthand `[provider]:` for certain Git providers: ``` pnpm add github:zkochan/is-negative From 67233d0b7d668434e75c71e908960a5b83a86a8b Mon Sep 17 00:00:00 2001 From: Jack Emerson Date: Tue, 28 Jan 2025 11:25:06 +1000 Subject: [PATCH 2/2] Typo: omited -> omitted --- docs/cli/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/add.md b/docs/cli/add.md index ae26c064c262..a262c882aa76 100644 --- a/docs/cli/add.md +++ b/docs/cli/add.md @@ -160,7 +160,7 @@ pnpm add bitbucket:pnpmjs/git-resolver pnpm add gitlab:pnpm/git-resolver ``` -If `[provider]:` is omited, it defaults to `github:`. +If `[provider]:` is omitted, it defaults to `github:`. #### Install from a Git repository combining different parameters