From 9d943ed7730f04a1b1d6c4a39aac3fd25d399b43 Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Wed, 15 May 2024 11:15:41 +0200 Subject: [PATCH] Fix typos in prisma content file (#5670) --- .../content/110-nodejs-databases/101-document/101-prisma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md b/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md index 47a8ca5f0..32f0f8db4 100644 --- a/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md +++ b/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md @@ -1,6 +1,6 @@ # Prisma -Prisma is an open source next-generation ORM in the TypeScript ecosystem. It offer a dedicated API for relation filters. It provide an abstraction layer that makes you more productive compared to writing SQL. Prisma currently supports `PostgreSQL`, `MySQL`, `SQL Server`, `SQLite`, `MongoDB` and `CockroachDB`. +Prisma provides an open source next-generation ORM in the TypeScript ecosystem. It offers a dedicated API for relation filters. It provides an abstraction layer that makes you more productive compared to writing SQL. Prisma currently supports `PostgreSQL`, `MySQL`, `SQL Server`, `SQLite`, `MongoDB` and `CockroachDB`. Visit the following resources to learn more: