From 72923f12cbcd0e0f66a945caf3390df4c154bf74 Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Wed, 17 Jun 2020 13:47:43 -0400 Subject: [PATCH 1/2] Fixed misspelling of database --- docs/client/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | From 9cf7897a9a80ac068d015e87765579857971303f Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Wed, 17 Jun 2020 14:01:51 -0400 Subject: [PATCH 2/2] Fixed two spelling items --- config/expose.php | 2 +- docs/server/server-configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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