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 10, 2018
1 parent 48df402 commit 259cad2
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 @@ -81,7 +81,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 259cad2

Please sign in to comment.