Skip to content

Commit

Permalink
docs(03-prisma-and-mongoose.mdx): fix bold subtitle typo (#6118)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elias-pap authored Jun 23, 2024
1 parent 4f2023b commit 9b3f4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ await user.save()

## Updating objects

**Prisma ORM **
**Prisma ORM**

```ts
const user = await prisma.user.update({
Expand Down

0 comments on commit 9b3f4e0

Please sign in to comment.