fixed spell

I fixed the spelling because it didn't work~ (crying)
This commit is contained in:
Sueqkjs 2021-12-27 22:11:12 +09:00 committed by GitHub
parent 7af15cc32d
commit fbff1bc201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ All of which are optional except `type` with very logical default values.
### MongoDB
To use mongodb storage you must install the 'mongodb' pachage in npm
To use mongodb storage you must install the 'mongodb' package in npm
`npm install mongodb`
@ -164,7 +164,7 @@ Once you've done that, your config section should look like:
``` json
{
"type": "mongodb",
"type": "mongo",
"connectionUrl": "mongodb://localhost:27017/database"
}
```