Skip to content

Commit cbe06c7

Browse files
authored
Update treeview/rename-node/readme.md
1 parent 09922ed commit cbe06c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeview/rename-node/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ If you want to add editing capabilities to your treeview, the most straight forw
1010
1. Pass to that component the current item that it will render and edit.
1111
* We pass it as a parameter to the child component.
1212
1. Raise an event after an item was edited so the parent treeview can re-render.
13-
* In this sample we fetch the data from the mock database every time to ensure it is fresh and we get other people's edits. In your case you can choose when and how to make updates.
13+
* In this sample we fetch the data from the mock database every time to ensure the TreeView is up-to-date and shows other people's edits. In your case you can choose when and how to make updates.

0 commit comments

Comments
 (0)