Skip to content

Commit 70afdac

Browse files
chore(contextMenu): typo
1 parent fed7a15 commit 70afdac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/contextmenu/data-binding/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ This article explains the different ways to provide data to a Context Menu compo
1616

1717
First, review:
1818

19-
* The available (bindable) [features of a menu item](#menu-item-features).
19+
* The available (bindable) [features of a context menu item](#context-menu-item-features).
2020
* How to match fields in the model with the menu item [data bindings](#data-bindings).
2121

2222
There are two modes of providing data to a menu, and they all use the items' features. Once you are familiar with the current article, choose the data binding more you wish to use:
2323

2424
* [Hierarchical data]({%slug contextmenu-data-binding-hierarchical-data%}) - separate collections of items and their child items.
2525
* [Flat data]({%slug contextmenu-data-binding-flat-data%}) - a single collection of items with defined parent-child relationships.
2626

27-
## Menu Item Features
27+
## Context Menu Item Features
2828

2929
The menu items provide the following features that you control through the corresponding fields in their data binding:
3030

0 commit comments

Comments
 (0)