Skip to content

Commit 5b7ea60

Browse files
committed
docs(material/datepicker): fixed typo in cdkTreeNodeTypeaheadLabel input description
1 parent 677972a commit 5b7ea60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cdk/tree/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ export class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKeyManagerI
12611261

12621262
/**
12631263
* The text used to locate this item during typeahead. If not specified, the `textContent` will
1264-
* will be used.
1264+
* be used.
12651265
*/
12661266
@Input('cdkTreeNodeTypeaheadLabel') typeaheadLabel: string | null = null;
12671267

0 commit comments

Comments
 (0)