We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bed11 commit 7db5690Copy full SHA for 7db5690
src/lib/dialog/dialog.ts
@@ -27,7 +27,7 @@ export class MdDialog {
27
/** Subject for notifying the user that all open dialogs have finished closing. */
28
private _afterAllClosed: Subject<any> = new Subject();
29
30
- /** Subject for notifying the user that a dialogs has opened. */
+ /** Subject for notifying the user that a dialog has opened. */
31
private _afterOpen: Subject<any> = new Subject();
32
33
constructor(private _overlay: Overlay, private _injector: Injector) { }
0 commit comments