Skip to content

Commit b4660f8

Browse files
fix
1 parent c765e0e commit b4660f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Example with arguments: \`(el) => {
5050
.string()
5151
.optional()
5252
.describe(
53-
'Handle dialogs while execution. "accept", "dismiss", or a string for window.prompt. Defaults to accept.',
53+
'Handle dialogs while execution. "accept", "dismiss", or string for response of window.prompt. Defaults to accept.',
5454
),
5555
...(cliArgs?.experimentalPageIdRouting ? pageIdSchema : {}),
5656
...(cliArgs?.categoryExtensions

0 commit comments

Comments
 (0)