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:
parent
ed32c53af8
commit
9ae112e129
2 changed files with 2 additions and 2 deletions
|
@ -51,4 +51,4 @@ By default, the storage is taken from config file, but using this variable allow
|
|||
|
||||
#### 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.
|
||||
|
|
|
@ -5,7 +5,7 @@ title: "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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue