Skip to content

Commit 7db5690

Browse files
committed
typo
1 parent 50bed11 commit 7db5690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dialog/dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class MdDialog {
2727
/** Subject for notifying the user that all open dialogs have finished closing. */
2828
private _afterAllClosed: Subject<any> = new Subject();
2929

30-
/** Subject for notifying the user that a dialogs has opened. */
30+
/** Subject for notifying the user that a dialog has opened. */
3131
private _afterOpen: Subject<any> = new Subject();
3232

3333
constructor(private _overlay: Overlay, private _injector: Injector) { }

0 commit comments

Comments
 (0)