0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: typos in documentation and website (#2540)

This commit is contained in:
millerick 2021-10-18 23:57:56 -07:00 committed by GitHub
parent ed32c53af8
commit 9ae112e129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -51,4 +51,4 @@ By default, the storage is taken from config file, but using this variable allow
#### VERDACCIO_STORAGE_NAME #### VERDACCIO_STORAGE_NAME
The database name for `@verdaccio/local-storge` is by default `.verdaccio-db.json`, but this can be update by using this variable. The database name for `@verdaccio/local-storage` is by default `.verdaccio-db.json`, but this can be update by using this variable.

View file

@ -5,7 +5,7 @@ title: "Storage Plugin"
## What's an Storage Plugin? {#whats-an-storage-plugin} ## What's an Storage Plugin? {#whats-an-storage-plugin}
Verdaccio by default uses a file system storage plugin [local-storage](https://github.com/verdaccio/local-storage). The default storge can be easily replaced, either using a community plugin or creating one by your own. Verdaccio by default uses a file system storage plugin [local-storage](https://github.com/verdaccio/verdaccio/tree/master/packages/plugins/local-storage). The default storage can be easily replaced, either using a community plugin or creating one by your own.
### API {#api} ### API {#api}