Skip to content

Commit

Permalink
fix(material/legacy-button): rename classnames in comments (#25460)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Aug 12, 2022
1 parent 5caa44e commit 3c60fe9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@

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

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

0 comments on commit 3c60fe9

Please sign in to comment.