Skip to content

Commit 76f6063

Browse files
Update src/dialog/dialog.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 9ef72a4 commit 76f6063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class Dialog implements OnInit, AfterViewInit, OnDestroy {
137137
*/
138138
ngAfterViewInit() {
139139
const dialogElement = this.dialog.nativeElement;
140-
// split the wrapper class list and apply seperatly to avoid IE from
140+
// split the wrapper class list and apply separately to avoid IE from
141141
// 1. throwing an error due to asigning a readonly property (classList)
142142
// 2. throwing an SyntaxError due to passing an empty string to .add
143143
if (this.dialogConfig.wrapperClass) {

0 commit comments

Comments
 (0)