Skip to content

Commit 43e17c7

Browse files
davidmintzOndraM
authored andcommitted
Fix an apparent typo in the doc comment to window() method
1 parent 62223d8 commit 43e17c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriverTargetLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function frame($frame);
4141
* Switch the focus to another window by its handle.
4242
*
4343
* @param string $handle The handle of the window to be focused on.
44-
* @return WebDriver Tge driver focused on the given window.
44+
* @return WebDriver The driver focused on the given window.
4545
* @see WebDriver::getWindowHandles
4646
*/
4747
public function window($handle);

0 commit comments

Comments
 (0)