From 72923f12cbcd0e0f66a945caf3390df4c154bf74 Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Wed, 17 Jun 2020 13:47:43 -0400 Subject: [PATCH] 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. |