We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac8940 commit 00dc02dCopy full SHA for 00dc02d
src/lib/TreeView.svelte
@@ -25,7 +25,7 @@
25
/**
26
* Array of nodes that represent tree structure.
27
* 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
+ * All tree modifications are made by modifying this array, so you need to bind it to parent component
29
*/
30
export let tree: Node[];
31
0 commit comments