diff --git a/components/dockmanager/overview.md b/components/dockmanager/overview.md index 63160e6a32..63d51733b6 100644 --- a/components/dockmanager/overview.md +++ b/components/dockmanager/overview.md @@ -18,13 +18,13 @@ The DockManager is best suited for desktop-like interfaces and applications desi 1. Add the `TelerikDockManager` tag. 2. Use `` to structure the main docked layout. -3. Within , add: +3. Within ``, add: * `` for standalone panes. * `` to create sections with multiple resizable panes. * `` to enable tabbed panes. 4. Define `HeaderTemplate` tag inside each pane to set the headers text. 5. Populate the `Content` tag section of each pane with the desired UI elements. -6. Optionally, `` to create panes that can float outside the main dock layout. +6. Optionally, add `` to create panes that can float outside the main dock layout. >caption Telerik Blazor DockManager diff --git a/components/dockmanager/pane-types.md b/components/dockmanager/pane-types.md index f69e95a050..bd98f0bd5d 100644 --- a/components/dockmanager/pane-types.md +++ b/components/dockmanager/pane-types.md @@ -12,7 +12,7 @@ position: 5 The Blazor DockManager component exposes the ability to configure different pane types. -When defining pane types, the naming convention follows the structure ``, where **Type** specifies the behavior of the pane. The available types are: +When defining pane types, the naming convention follows the structure ``, where **Type** specifies the behavior of the pane. The available types are: #### Content Pane