Skip to content

Commit

Permalink
Fix typo in Browser doc
Browse files Browse the repository at this point in the history
@pborreli Style :)
  • Loading branch information
clemherreman committed Mar 16, 2014
1 parent 768b19d commit 840955c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Different type of timeouts exist with Selenium:
$browser->setScriptTimeout(5000); // milliseconds
$browser->setAsyncScriptTimeout(5000); // milliseconds
$browser->setPageLoadTimeout(5000); // milliseconds
$browser->setImplicitTimeout(5n000); // milliseconds
$browser->setImplicitTimeout(5000); // milliseconds
Executing Javascript
--------------------
Expand Down

0 comments on commit 840955c

Please sign in to comment.