Skip to content

Commit 259cad2

Browse files
committed
Fix comment typo
1 parent 48df402 commit 259cad2

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
@@ -81,7 +81,7 @@ export class MatDialogContainer extends BasePortalOutlet {
8181

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

0 commit comments

Comments
 (0)