Skip to content

Commit 65e9485

Browse files
authored
docs: fix typo in Mantine package name (#2051)
1 parent bbda792 commit 65e9485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/docs/getting-started/mantine.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ imageTitle: Mantine rich text editor using BlockNote
99
[Mantine](https://mantine.dev/) is an open-source collection of React components.
1010

1111
```console tab="npm"
12-
npm install @mantine/core @mantine/hooks @mantine/util
12+
npm install @mantine/core @mantine/hooks @mantine/utils
1313
npm install @blocknote/core @blocknote/react @blocknote/mantine
1414
```
1515

1616
```console tab="pnpm"
17-
pnpm add @mantine/core @mantine/hooks @mantine/util
17+
pnpm add @mantine/core @mantine/hooks @mantine/utils
1818
pnpm add @blocknote/core @blocknote/react @blocknote/mantine
1919
```
2020

2121
```console tab="bun"
22-
bun add @mantine/core @mantine/hooks @mantine/util
22+
bun add @mantine/core @mantine/hooks @mantine/utils
2323
bun add @blocknote/core @blocknote/react @blocknote/mantine
2424
```
2525

0 commit comments

Comments
 (0)