Skip to content

Commit e311163

Browse files
Lightning00BladeOrKoN
authored andcommitted
fix
1 parent 44884ff commit e311163

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)