Skip to content

Commit b83b381

Browse files
committed
fix(cdk/tree): fix minor typo
1 parent 0563af7 commit b83b381

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

0 commit comments

Comments
 (0)