From c1812093b80c39098baf45001020aac4861c9c42 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sat, 26 Nov 2022 18:14:39 +0000 Subject: [PATCH] fix: Small semantic typo --- markdown/dev/reference/backend/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/backend/en.md b/markdown/dev/reference/backend/en.md index 6a272cd44c4..94da25dfb68 100644 --- a/markdown/dev/reference/backend/en.md +++ b/markdown/dev/reference/backend/en.md @@ -18,7 +18,7 @@ use our backend as a service to build your own projects. The FreeSewing backend is written in [NodeJS](https://nodejs.org/en/) on top of [Express](https://expressjs.com/). It uses [Prisma](https://www.prisma.io/) to -interface with a [Sqlite database](https://www.sqlite.org/) database, +interface with a [SQLite database](https://www.sqlite.org/) database, [Sanity](https://www.sanity.io/) to store images, [AWS SES]( https://aws.amazon.com/ses/) to send out emails, and [pino](https://github.com/pinojs/pino) for logging.