Skip to content

Commit 3f2dcee

Browse files
authored
doc(add): corrects typos (#628)
* Typo: provier -> provider Typo in `add.md`. * Typo: omited -> omitted
1 parent 4cecffd commit 3f2dcee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli/add.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ pnpm add https://github.com/zkochan/is-negative.git#2.0.1
152152

153153
#### Install from a Git repository using hosting providers shorthand
154154

155-
You can use a protocol shorthand `[provier]:` for certain Git providers:
155+
You can use a protocol shorthand `[provider]:` for certain Git providers:
156156

157157
```
158158
pnpm add github:zkochan/is-negative
159159
pnpm add bitbucket:pnpmjs/git-resolver
160160
pnpm add gitlab:pnpm/git-resolver
161161
```
162162

163-
If `[provider]:` is omited, it defaults to `github:`.
163+
If `[provider]:` is omitted, it defaults to `github:`.
164164

165165
#### Install from a Git repository combining different parameters
166166

0 commit comments

Comments
 (0)