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({