Fixed misspelling of database

This commit is contained in:
Braunson Yager
2020-06-17 13:47:43 -04:00
committed by GitHub
parent baa9819daf
commit 72923f12cb

View File

@@ -146,7 +146,7 @@ return [
| Database | Database
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| The SQLite database that your expose server should use. This datbaase | The SQLite database that your expose server should use. This database
| will hold all users that are able to authenticate with your server, | will hold all users that are able to authenticate with your server,
| if you enable authentication token validation. | if you enable authentication token validation.
| |