mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(website): wrong spelling "depenging" to "depending" in documentation (#3886)
This commit is contained in:
parent
7401fc72d6
commit
22159cfc49
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ id: cli-registry
|
||||||
title: 'Using a private registry'
|
title: 'Using a private registry'
|
||||||
---
|
---
|
||||||
|
|
||||||
Setting up a private registry is quite easy on all major Package managers and can be achieved in a few different ways depenging on your goals. The following links details how you can achieve this goal for each major package manager.
|
Setting up a private registry is quite easy on all major Package managers and can be achieved in a few different ways depending on your goals. The following links details how you can achieve this goal for each major package manager.
|
||||||
|
|
||||||
- [npm](setup-npm.md)
|
- [npm](setup-npm.md)
|
||||||
- [yarn](setup-yarn.md)
|
- [yarn](setup-yarn.md)
|
||||||
|
|
Loading…
Reference in a new issue