Skip to content

Commit

Permalink
docs(dialog): fix typo (#30419)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2008341)
  • Loading branch information
xDivisionByZerox authored and mmalerba committed Feb 11, 2025
1 parent 6d38b3d commit e66545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/dialog/testing/dialog-harness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit e66545b

Please sign in to comment.