Skip to content

Commit ba19e55

Browse files
authored
chore: fix typo in documentation page (#1195)
1 parent cd139d2 commit ba19e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/advanced/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Editor() {
2929

3030
## Import as dynamic
3131

32-
In the same directory, create a new file called `DyanmicEditor.tsx`:
32+
In the same directory, create a new file called `DynamicEditor.tsx`:
3333
Here, we will use [Dynamic Imports](https://nextjs.org/docs/pages/building-your-application/optimizing/lazy-loading) to make sure BlockNote is only imported on the client-side.
3434

3535
You can import the component we just created above using `next/dynamic` in your page:

0 commit comments

Comments
 (0)