diff --git a/docs/content/docs/getting-started/editor-setup.mdx b/docs/content/docs/getting-started/editor-setup.mdx index 1ef0f6c2c9..a3c62bb08e 100644 --- a/docs/content/docs/getting-started/editor-setup.mdx +++ b/docs/content/docs/getting-started/editor-setup.mdx @@ -82,6 +82,6 @@ The `` component has a number of props that you can use to custom This means you don't pass in the editor content directly as a prop. You can use the `initialContent` option in the `useCreateBlockNote` hook to set the initial content of the editor (similar to the `defaultValue` prop in a regular React `