We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6ef78 commit e0466d3Copy full SHA for e0466d3
1 file changed
ui/dialogs/dialogs.d.ts
@@ -26,9 +26,9 @@
26
27
/**
28
* The prompt() method displays a dialog box that prompts the visitor for input.
29
- * @param text The text to display in the dialog box.
+ * @param message The text to display in the dialog box.
30
*/
31
- function prompt(text: string): promises.Promise<string>;
+ function prompt(message: string): promises.Promise<string>;
32
33
34
0 commit comments