From 9cf7897a9a80ac068d015e87765579857971303f Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Wed, 17 Jun 2020 14:01:51 -0400 Subject: [PATCH] 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