Merge pull request #29 from Braunson/master

Fixed a few spelling items..
This commit is contained in:
Marcel Pociot
2020-06-18 08:22:05 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ return [
| 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,
| if you enable authentication token validation.
|

View File

@@ -146,7 +146,7 @@ return [
| 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,
| if you enable authentication token validation.
|

View File

@@ -19,7 +19,7 @@ When you start your expose server, anyone is able to connect to it by default. I
## Message of the day
This message will be shown when a sucessful connection to the expose server can be established. You can change it on demand, or modify it permanently in your expose configuration file.
This message will be shown when a successful connection to the expose server can be established. You can change it on demand, or modify it permanently in your expose configuration file.
## Maximum connection length