Skip to content

Commit 640e252

Browse files
committed
[docs] Minor spell check fix in test-utilities.rst
1 parent e77e8f7 commit 640e252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer/test-utilities.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ Running browser tests with Selenium requires that both ``geckodriver`` and
190190
1. Download the appropriate ``geckodriver`` and ``chromedriver`` for your
191191
OS and architecture (e.g., ``linux-64``).
192192
2. Extract the downloaded files.
193-
3. Make the programs available on your system by copying the executables
194-
to a directory included in your ``PATH``. For example, on a typical
195-
Linux system, this could be ``/usr/local/bin/geckodriver`` and
193+
3. Make the programs available on your system by copying the executable
194+
files to a directory included in your ``PATH``. For example, on a
195+
typical Linux system, this could be ``/usr/local/bin/geckodriver`` and
196196
``/usr/local/bin/chromedriver``.
197197

198198
The Python dependencies for running Selenium tests are included as extra

0 commit comments

Comments
 (0)