Skip to content

Commit 1184cbe

Browse files
committed
fixed spelling mistake at selectWinodw Commnad
1 parent dcbcffc commit 1184cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/models/Command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class CommandList {
509509
[ "selectWindow", {
510510
name: "select window",
511511
description: "Selects a popup window using a window locator. Once a popup \
512-
window has been selected, all commands wll go to that window. \
512+
window has been selected, all commands will go to that window. \
513513
To select the main window again, use null as the target. \
514514
Window locators provide different ways of specifying the window \
515515
object: by title or by generated id.",

0 commit comments

Comments
 (0)