diff --git a/config/expose.php b/config/expose.php index ab426da..fb9fd85 100644 --- a/config/expose.php +++ b/config/expose.php @@ -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. | diff --git a/docs/client/configuration.md b/docs/client/configuration.md index a176a1b..7e23c04 100644 --- a/docs/client/configuration.md +++ b/docs/client/configuration.md @@ -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. | diff --git a/docs/server/server-configuration.md b/docs/server/server-configuration.md index 450e0b9..e8d627d 100644 --- a/docs/server/server-configuration.md +++ b/docs/server/server-configuration.md @@ -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