From 862ea5b594ac9861f6840694d3b5a29b0e169375 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Tue, 5 Nov 2024 16:06:45 +0200 Subject: [PATCH] Fix small typo in connecting to the database page --- .../1-basics/8-Database/1-connection-to-a-database/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tutorial/1-basics/8-Database/1-connection-to-a-database/content.md b/src/content/tutorial/1-basics/8-Database/1-connection-to-a-database/content.md index 2df01b2..116b0c9 100644 --- a/src/content/tutorial/1-basics/8-Database/1-connection-to-a-database/content.md +++ b/src/content/tutorial/1-basics/8-Database/1-connection-to-a-database/content.md @@ -13,7 +13,7 @@ Up until now the todo app has been using a plain JSON file to store the list of > > See the [Quickstart](https://remult.dev/docs/quickstart.html#connecting-a-database) article for the (long) list of relational and non-relational databases Remult supports. -In the `backend/index.ts` file, set the `dataProvider` to ues `sqlite` +In the `backend/index.ts` file, set the `dataProvider` to use `sqlite` ```ts add={4-6} export const api = remultExpress({