Skip to content

Commit

Permalink
Fix typo: capabilties -> capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
delirious-lettuce authored and davehunt committed Feb 12, 2018
1 parent 2c40b5c commit a906042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Specifying a Browser
********************

To indicate the browser you want to run your tests against you will need to
specify a driver and optional capabilties.
specify a driver and optional capabilities.

Firefox
-------
Expand Down Expand Up @@ -477,7 +477,7 @@ Capabilities Files

To specify capabilities, you can provide a JSON file on the command line using
the `pytest-variables <https://github.com/pytest-dev/pytest-variables>`_ plugin.
For example if you had a ``capabilties.json`` containing your capabilities, you
For example if you had a ``capabilities.json`` containing your capabilities, you
would need to include ``--variables capabilities.json`` on your command line.

The following is an example of a variables file including capabilities:
Expand Down

0 comments on commit a906042

Please sign in to comment.