Skip to content

Commit 3c60fe9

Browse files
authored
fix(material/legacy-button): rename classnames in comments (#25460)
1 parent 5caa44e commit 3c60fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/legacy-button/testing/button-harness-filters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import {BaseHarnessFilters} from '@angular/cdk/testing';
1010

11-
/** A set of criteria that can be used to filter a list of `MatLegacyButtonHarness` instances. */
11+
/** A set of criteria that can be used to filter a list of button harness instances. */
1212
export interface LegacyButtonHarnessFilters extends BaseHarnessFilters {
1313
/** Only find instances whose text matches the given value. */
1414
text?: string | RegExp;

0 commit comments

Comments
 (0)