From 684bff1a99e344cd7995125e91fcef17df996372 Mon Sep 17 00:00:00 2001 From: Nicolas Accetta Date: Thu, 2 Nov 2023 23:59:02 -0300 Subject: [PATCH] docs: make the paragrah clearer (#1240) --- documentation/content/main/basics/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/main/basics/database.md b/documentation/content/main/basics/database.md index d2b5f8565..8f2cad195 100644 --- a/documentation/content/main/basics/database.md +++ b/documentation/content/main/basics/database.md @@ -7,7 +7,7 @@ A database is required for storing your users and sessions. Lucia connects to yo ## Database adapters -There are 2 types of adapters provided by Lucia: Regular adapters, and session adapters. As the name implies, session adapters only handles queries to the session table. This useful for when you want to store your sessions in a different database then your users, such as Redis and other memory stores. +There are 2 types of adapters provided by Lucia: Regular adapters, and session adapters. As the name implies, session adapters only handles queries to the session table. This is useful for when you want to store your sessions in a different database than your users, such as Redis and other memory stores. We currently provide the following adapters: