FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix an apparent typo in the doc comment to window() method · php-webdriver/php-webdriver@43e17c7 · GitHub

Commit 43e17c7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL