Skip to content

Commit

Permalink
Fixing typo that can confuse beginner users
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rodionov <p0deje@gmail.com>
  • Loading branch information
Leonardo Salles authored and p0deje committed Dec 28, 2017
1 parent 1eb7008 commit f539e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ also find the tests for selenium-webdriver informative.
await driver.get('http://www.google.com/ncr');
await driver.findElement(By.name('q'));.sendKeys('webdriver', Key.RETURN);
await driver.wait(until.titleIs('webdriver - Google Search'), 1000);
} finall {
} finally {
await driver.quit();
}
})();
Expand Down

0 comments on commit f539e43

Please sign in to comment.