From 9b3f4e077e2d0aa3aa8d97a83f52aac078535119 Mon Sep 17 00:00:00 2001 From: Elias Papavasileiou Date: Sun, 23 Jun 2024 06:24:33 +0300 Subject: [PATCH] docs(03-prisma-and-mongoose.mdx): fix bold subtitle typo (#6118) There was a space between the end of the word and the trailing two "*", resulting in the title not being bold on render and the "*" being visible. --- .../200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx b/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx index 3b1d86c8aa..2201e00fb2 100644 --- a/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx +++ b/content/200-orm/800-more/400-comparisons/03-prisma-and-mongoose.mdx @@ -213,7 +213,7 @@ await user.save() ## Updating objects -**Prisma ORM ** +**Prisma ORM** ```ts const user = await prisma.user.update({