Skip to content

Commit 9994c15

Browse files
committed
fix
1 parent f804c95 commit 9994c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/tree/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class Tree<V> {
250250
}
251251
}
252252

253-
/** Closes the tree itemwith the specified value. */
253+
/** Closes the tree item with the specified value. */
254254
close(itemValue: string) {
255255
const item = this._findItemPatternByValue(itemValue);
256256

0 commit comments

Comments
 (0)