Skip to content

Commit 62ff575

Browse files
MateMahinKhanjelbourn
authored andcommitted
docs(tree): typo in comment (#12968)
A typo for word data in the comment
1 parent 5b50300 commit 62ff575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/tree/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class CdkTree<T>
7676
/**
7777
* Provides a stream containing the latest data array to render. Influenced by the tree's
7878
* stream of view window (what dataNodes are currently on screen).
79-
* Data source can be an observable of data array, or a dara array to render.
79+
* Data source can be an observable of data array, or a data array to render.
8080
*/
8181
@Input()
8282
get dataSource(): DataSource<T> | Observable<T[]> | T[] { return this._dataSource; }

0 commit comments

Comments
 (0)