Skip to content

Commit 1b3d1df

Browse files
Merge pull request #3363 from dewa-nanda/patch-1
docs: remove stray backtick from prisma install command
2 parents 75d75ae + 977f03e commit 1b3d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ npm install @prisma/adapter-pg
313313
- For MySQL, MsSQL, AzureSQL:
314314

315315
```bash
316-
npm install @prisma/adapter-mariadb`
316+
npm install @prisma/adapter-mariadb
317317
```
318318

319319
</details>

0 commit comments

Comments
 (0)