Simplify sentence
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 17 May 2016 22:14:50 +0000 (15:14 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 17 May 2016 22:14:50 +0000 (15:14 -0700)
docs/tutorial/using-selenium-and-webdriver.md

index 1592582..4002f01 100644 (file)
@@ -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