We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4d57c commit 9a79b80Copy full SHA for 9a79b80
src/material/paginator/testing/paginator-harness.ts
@@ -110,7 +110,7 @@ export abstract class _MatPaginatorHarnessBase extends ComponentHarness {
110
return coerceNumberProperty(await value);
111
}
112
113
- /** Gets the text of the range labe of the paginator. */
+ /** Gets the text of the range label of the paginator. */
114
async getRangeLabel(): Promise<string> {
115
return (await this._rangeLabel()).text();
116
0 commit comments