comment fixed

This commit is contained in:
Vladimir Enchev
2014-06-09 13:57:57 +03:00
parent 4c0db22988
commit 947c35d6b4

View File

@@ -28,7 +28,7 @@
*/ */
interface DialogOptions { interface DialogOptions {
/** /**
* Gets or sets the alert title. * Gets or sets the dialog title.
*/ */
title?: string; title?: string;
} }