Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jan 27, 2018
1 parent b31f039 commit 3327650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dialog/dialog-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class MatDialogContainer extends BasePortalOutlet {

/**
* Type of interaction that led to the dialog being closed. This is used to determine
* where the focus style will be applied when returning focus to its original location
* whether the focus style will be applied when returning focus to its original location
* after the dialog is closed.
*/
_closeInteractionType: FocusOrigin = 'program';
Expand Down

0 comments on commit 3327650

Please sign in to comment.