Skip to content

Commit 3327650

Browse files
committed
Fix comment typo
1 parent b31f039 commit 3327650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dialog/dialog-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class MatDialogContainer extends BasePortalOutlet {
8282

8383
/**
8484
* Type of interaction that led to the dialog being closed. This is used to determine
85-
* where the focus style will be applied when returning focus to its original location
85+
* whether the focus style will be applied when returning focus to its original location
8686
* after the dialog is closed.
8787
*/
8888
_closeInteractionType: FocusOrigin = 'program';

0 commit comments

Comments
 (0)