Skip to content

Commit 62b0886

Browse files
committed
chore(treeview-checkboxes): fix the title of an example
1 parent b175502 commit 62b0886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/treeview/checkboxes/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article is separated into the following segments:
2121
* [CheckChildren](#checkchildren)
2222
* [CheckParents](#checkparents)
2323
* [CheckOnClick](#checkonclick)
24-
* [Checking and Selecting a single node](#checking-and-selecting-a-single-node)
24+
* [Checking and Selecting nodes](#checking-and-selecting-nodes)
2525

2626
## Basics
2727

@@ -580,7 +580,7 @@ You can allow the user to click on the node itself and the TreeView will automat
580580
}
581581
````
582582

583-
### Checking and Selecting a single node
583+
### Checking and Selecting nodes
584584

585585
You can combine both selection and checking nodes. To keep both collections in sync you can assign the same collection to both `SelectedItems` and `CheckedItems` as demonstrated in the example below.
586586

0 commit comments

Comments
 (0)