diff --git a/packages/docs/docs/components/dockview.mdx b/packages/docs/docs/components/dockview.mdx index cf82ec4f5..64092733d 100644 --- a/packages/docs/docs/components/dockview.mdx +++ b/packages/docs/docs/components/dockview.mdx @@ -780,7 +780,7 @@ panel.group.locked = true; // Or -panel.group.locked = 'no-drop-target`; +panel.group.locked = 'no-drop-target'; ``` Use `true` to keep drop zones top, right, bottom, left for the group. Use `no-drop-target` to disable all drop zones. For you to get a