Skip to content

Commit e0466d3

Browse files
author
Vladimir Enchev
committed
text argument changed to message
1 parent 0c6ef78 commit e0466d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/dialogs/dialogs.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
/**
2828
* The prompt() method displays a dialog box that prompts the visitor for input.
29-
* @param text The text to display in the dialog box.
29+
* @param message The text to display in the dialog box.
3030
*/
31-
function prompt(text: string): promises.Promise<string>;
31+
function prompt(message: string): promises.Promise<string>;
3232

3333
/**
3434
* The prompt() method displays a dialog box that prompts the visitor for input.

0 commit comments

Comments
 (0)