Skip to content

Commit 1ca5913

Browse files
Update README.md
1 parent 5a6a396 commit 1ca5913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the [WinForms TreeViewAdv](https://help.syncfusion.com/cr/windowsforms/Syncfu
88

99
for(int nodeId = 0; nodeId <= 10000; nodeId++)
1010
{
11-
//Custom node for ID propety
11+
//Custom node for ID property
1212
CustomTreeNodeAdv customNode = new CustomTreeNodeAdv();
1313
customNode.ID = nodeId;
1414
customNode.Text = "Node" + nodeId.ToString();

0 commit comments

Comments
 (0)