diff --git a/packages/docs/blog/2022-06-12-dockview-1.5.0.mdx b/packages/docs/blog/2022-06-12-dockview-1.5.0.mdx index 2eb8a31d5..bb9f9ea59 100644 --- a/packages/docs/blog/2022-06-12-dockview-1.5.0.mdx +++ b/packages/docs/blog/2022-06-12-dockview-1.5.0.mdx @@ -20,7 +20,7 @@ import Link from '@docusaurus/Link'; - Provide a default React tab implementation to allow for simple changes to tab renderer without rewritting the entire tab - Override the default tab in `ReactDockview` with the `defaultTabComponent` prop - Group controls renderer [#138](https://github.com/mathuo/dockview/pull/138) - - Provide the `groupControlComponent` prop in `ReactDockview` to create custom control components for groups. Go + - Provide the `groupControlComponent` prop in `ReactDockview` to create custom control components for groups. ## 🛠 Miscs