Merge pull request #2239 from artur-beljajev/fix-typo

Fix typo
This commit is contained in:
Thomas Walpole 2019-08-15 07:50:56 -07:00 committed by GitHub
commit f0563b172d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ Capybara supports [Selenium 3.5+
In order to use Selenium, you'll need to install the `selenium-webdriver` gem,
and add it to your Gemfile if you're using bundler.
Capybara pre-registers a number of named drives that use Selenium - they are:
Capybara pre-registers a number of named drivers that use Selenium - they are:
* :selenium => Selenium driving Firefox
* :selenium_headless => Selenium driving Firefox in a headless configuration