Skip to content

Commit 9a79b80

Browse files
wagnermacielcrisbeto
authored andcommitted
docs(material/paginator): fix typo (#25851)
(cherry picked from commit f5a40d7)
1 parent 9e4d57c commit 9a79b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/paginator/testing/paginator-harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export abstract class _MatPaginatorHarnessBase extends ComponentHarness {
110110
return coerceNumberProperty(await value);
111111
}
112112

113-
/** Gets the text of the range labe of the paginator. */
113+
/** Gets the text of the range label of the paginator. */
114114
async getRangeLabel(): Promise<string> {
115115
return (await this._rangeLabel()).text();
116116
}

0 commit comments

Comments
 (0)