Skip to content

Commit

Permalink
Fix typo in TestingBot documentation
Browse files Browse the repository at this point in the history
Fixes #46
  • Loading branch information
davehunt committed Dec 14, 2015
1 parent a821a22 commit a2da1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ To run your automated tests, simply specify ``TestingBot`` as your driver:

.. code-block:: bash
$ py.test --driver TestingBot --capability browserName firefox --capability browserName 39 --capability platform WIN8
$ py.test --driver TestingBot --capability browserName firefox --capability version 39 --capability platform WIN8
See the `list of available browsers <http://testingbot.com/support/getting-started/browsers.html>`_
to help you with your configuration. Additional capabilities can be set using
Expand Down

0 comments on commit a2da1b1

Please sign in to comment.