Skip to content

Commit 37f0298

Browse files
authored
Addressing review comment about changelog
1 parent a93282b commit 37f0298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All notable changes for each version of this project will be documented in this
3535
- Allows users to render hierarchical data in an easy-to-navigate way. The control is **not** data bound and takes a declarative approach, giving users more control over what is being rendered.
3636
- Features API for handling selection (bi-state and cascading), node activation, node expansion state.
3737
- Features extensive and easy-to-use keyboard navigation, fully compliant with W3 standards.
38-
- To create a tree from an existing data hierarchical data set:
38+
- Code example for a tree contructured from a hierarchical data set:
3939
```html
4040
<igx-tree>
4141
<igx-tree-node *ngFor="let node of data" [data]="node" [expanded]="isNodeExpanded(node)" [selected]="isNodeSelected(node)">

0 commit comments

Comments
 (0)