Skip to content

Commit babe115

Browse files
committed
fix(cdk/tree): fix minor typo
1 parent fd777ba commit babe115

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
@@ -321,7 +321,7 @@ export class CdkTree<T, K = T> implements AfterContentChecked, CollectionViewer,
321321
/**
322322
* Switch to the provided data source by resetting the data and unsubscribing from the current
323323
* render change subscription if one exists. If the data source is null, interpret this by
324-
* clearIng the node outlet. Otherwise start listening for new data.
324+
* clearing the node outlet. Otherwise start listening for new data.
325325
*/
326326
private _switchDataSource(dataSource: DataSource<T> | Observable<T[]> | T[]) {
327327
if (this._dataSource && typeof (this._dataSource as DataSource<T>).disconnect === 'function') {

0 commit comments

Comments
 (0)