Skip to content

Commit 1c9793f

Browse files
authored
docs(material/datepicker): fixed typo in cdkTreeNodeTypeaheadLabel input description (#33106)
1 parent 0c0b033 commit 1c9793f

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)