Skip to content

Commit 00dc02d

Browse files
committed
Fixed typos
1 parent 2ac8940 commit 00dc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/TreeView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Array of nodes that represent tree structure.
2727
* Each node should have unique path
28-
* All tree modifications are node by modyfing this array, so you need to bind it to parent component
28+
* All tree modifications are made by modifying this array, so you need to bind it to parent component
2929
*/
3030
export let tree: Node[];
3131
/**

0 commit comments

Comments
 (0)