From 29add76e3b3da2ceba561693bd03c4ce4c9cc2c1 Mon Sep 17 00:00:00 2001 From: Frederic Seiler Date: Wed, 17 Jun 2020 18:18:09 +0200 Subject: [PATCH] Fix typo --- config/expose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |