diff --git a/ui/dialogs/dialogs.d.ts b/ui/dialogs/dialogs.d.ts index 1c6a229ef..1827698d9 100644 --- a/ui/dialogs/dialogs.d.ts +++ b/ui/dialogs/dialogs.d.ts @@ -26,9 +26,9 @@ /** * The prompt() method displays a dialog box that prompts the visitor for input. - * @param text The text to display in the dialog box. + * @param message The text to display in the dialog box. */ - function prompt(text: string): promises.Promise; + function prompt(message: string): promises.Promise; /** * The prompt() method displays a dialog box that prompts the visitor for input.