Skip to content

Commit f746b91

Browse files
heyitstay11crisbeto
authored andcommitted
docs(material/datepicker): fixed typo in cdkTreeNodeTypeaheadLabel input description (#33106)
(cherry picked from commit 1c9793f)
1 parent 29af080 commit f746b91

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
@@ -1264,7 +1264,7 @@ export class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKeyManagerI
12641264

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

0 commit comments

Comments
 (0)