Skip to content

Commit 9ec7832

Browse files
authored
chore(DockManager): docs polish (#2761)
1 parent 9c17e5f commit 9ec7832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dockmanager/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The DockManager is best suited for desktop-like interfaces and applications desi
1818

1919
1. Add the `TelerikDockManager` tag.
2020
2. Use `<DockManagerPanes>` to structure the main docked layout.
21-
3. Within <DockManagerPanes>, add:
21+
3. Within `<DockManagerPanes>`, add:
2222
* `<DockManagerContentPane>` for standalone panes.
2323
* `<DockManagerSplitPane>` to create sections with multiple resizable panes.
2424
* `<DockManagerTabGroupPane>` to enable tabbed panes.
2525
4. Define `HeaderTemplate` tag inside each pane to set the headers text.
2626
5. Populate the `Content` tag section of each pane with the desired UI elements.
27-
6. Optionally, `<DockManagerFloatingPanes>` to create panes that can float outside the main dock layout.
27+
6. Optionally, add `<DockManagerFloatingPanes>` to create panes that can float outside the main dock layout.
2828

2929
>caption Telerik Blazor DockManager
3030

components/dockmanager/pane-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 5
1212

1313
The Blazor DockManager component exposes the ability to configure different pane types.
1414

15-
When defining pane types, the naming convention follows the structure `<DockManager*Type*Pane>`, where **Type** specifies the behavior of the pane. The available types are:
15+
When defining pane types, the naming convention follows the structure `<DockManager`**`Type`**`Pane>`, where **Type** specifies the behavior of the pane. The available types are:
1616

1717
#### Content Pane
1818

0 commit comments

Comments
 (0)