From e66545b60b86f545838b50a683a97a0d372e72f3 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Tue, 11 Feb 2025 23:26:42 +0100 Subject: [PATCH] docs(dialog): fix typo (#30419) (cherry picked from commit 20083416967308916d2b3f81bf95606b45dbdb0b) --- src/material/dialog/testing/dialog-harness.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }