diff --git a/apps/www/content/docs/collaboration.mdx b/apps/www/content/docs/collaboration.mdx index 3001f78b77..f3d4566cb4 100644 --- a/apps/www/content/docs/collaboration.mdx +++ b/apps/www/content/docs/collaboration.mdx @@ -34,9 +34,11 @@ const editor = createPlateEditor({ plugins: [ // ...otherPlugins, YjsPlugin.configure({ - hocuspocusProviderOptions: { - url: 'https://hocuspocus.test/hocuspocus', - name: 'test', + options: { + hocuspocusProviderOptions: { + url: "https://hocuspocus.test/hocuspocus", + name: "test", + } }, }), ]