From b301c473cdf26191281b560076b964e62a255567 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 17 May 2016 15:14:50 -0700 Subject: [PATCH] Simplify sentence --- docs/tutorial/using-selenium-and-webdriver.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/using-selenium-and-webdriver.md b/docs/tutorial/using-selenium-and-webdriver.md index 15925825710c..4002f0122411 100644 --- a/docs/tutorial/using-selenium-and-webdriver.md +++ b/docs/tutorial/using-selenium-and-webdriver.md @@ -12,8 +12,7 @@ From [ChromeDriver - WebDriver for Chrome][chrome-driver]: [Spectron][spectron] is the officially supported ChromeDriver testing framework for Electron. It is built on top of [WebdriverIO](http://webdriver.io/) and -has helpers to access Electron APIs in your tests and bundles the version -of ChromeDriver for Electron. +has helpers to access Electron APIs in your tests and bundles ChromeDriver. ```bash $ npm install --save-dev spectron