Skip to content

Commit 7327468

Browse files
authored
docs: remove incorrect space in MikroORM (#6886)
1 parent 9a9c248 commit 7327468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/adapters/mikro-orm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: mikro-orm
33
title: MikroORM
44
---
55

6-
To use this Adapter, you need to install Mikro ORM, the driver that suits your database, and the separate `@next-auth/mikro-orm-adapter` package:
6+
To use this Adapter, you need to install MikroORM, the driver that suits your database, and the separate `@next-auth/mikro-orm-adapter` package:
77

88
```bash npm2yarn2pnpm
99
npm install next-auth @next-auth/mikro-orm-adapter @mikro-orm/core @mikro-orm/[YOUR DRIVER]

0 commit comments

Comments
 (0)