Skip to content

Commit

Permalink
fix collaboration.mdx code example
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta authored Oct 31, 2024
1 parent 3f9f97c commit 9900152
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/www/content/docs/collaboration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
},
}),
]
Expand Down

0 comments on commit 9900152

Please sign in to comment.