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 6d38b3d commit e66545bCopy full SHA for e66545b
src/material/dialog/testing/dialog-harness.ts
@@ -83,7 +83,7 @@ export class MatDialogHarness
83
await (await this.host()).sendKeys(TestKey.ESCAPE);
84
}
85
86
- /** Gets te dialog's text. */
+ /** Gets the dialog's text. */
87
async getText() {
88
return (await this.host()).text();
89
0 commit comments