Skip to content

Commit 2008341

Browse files
docs(dialog): fix typo (#30419)
1 parent 08bf7aa commit 2008341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class MatDialogHarness
8383
await (await this.host()).sendKeys(TestKey.ESCAPE);
8484
}
8585

86-
/** Gets te dialog's text. */
86+
/** Gets the dialog's text. */
8787
async getText() {
8888
return (await this.host()).text();
8989
}

0 commit comments

Comments
 (0)