We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cecffd commit 3f2dceeCopy full SHA for 3f2dcee
docs/cli/add.md
@@ -152,15 +152,15 @@ pnpm add https://github.com/zkochan/is-negative.git#2.0.1
152
153
#### Install from a Git repository using hosting providers shorthand
154
155
-You can use a protocol shorthand `[provier]:` for certain Git providers:
+You can use a protocol shorthand `[provider]:` for certain Git providers:
156
157
```
158
pnpm add github:zkochan/is-negative
159
pnpm add bitbucket:pnpmjs/git-resolver
160
pnpm add gitlab:pnpm/git-resolver
161
162
163
-If `[provider]:` is omited, it defaults to `github:`.
+If `[provider]:` is omitted, it defaults to `github:`.
164
165
#### Install from a Git repository combining different parameters
166
0 commit comments