diff --git a/src/material/dialog/testing/dialog-harness.ts b/src/material/dialog/testing/dialog-harness.ts index 6f456684978d..f7df99492359 100644 --- a/src/material/dialog/testing/dialog-harness.ts +++ b/src/material/dialog/testing/dialog-harness.ts @@ -83,7 +83,7 @@ export class MatDialogHarness await (await this.host()).sendKeys(TestKey.ESCAPE); } - /** Gets te dialog's text. */ + /** Gets the dialog's text. */ async getText() { return (await this.host()).text(); }