0
Fork 0
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:
Yassine KLILICH 2023-06-18 15:42:15 +01:00 committed by GitHub
parent 7401fc72d6
commit 22159cfc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)