Skip to content

Commit 630146f

Browse files
committed
[py] fix typos in README
1 parent 01c1768 commit 630146f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ executable was available on your system `PATH`, or specified explicitly in code.
4848
driver installation for you with `Selenium Manager <https://www.selenium.dev/documentation/selenium_manager>`_. You generally
4949
don't have to worry about driver installation or configuration now that it's done for you when you instantiate a WebDriver.
5050
Selenium Manager works with most supported platforms and browsers. If it doesn't meet your needs, you can still install and
51-
specify browsers abnd drivers yourself.
51+
specify browsers and drivers yourself.
5252

5353
Links to some of the more popular browser drivers:
5454

@@ -154,7 +154,7 @@ Contributing
154154
- Ensure `tox` is installed (using a `virtualenv` is recommended)
155155
- Run: `python -m venv venv && venv/bin/activate && pip install tox`
156156
- After making changes, before committing execute `tox -e linting`
157-
- If tox exits `0`, commit and push. Otherwise fix the newly introduced styke violations.
157+
- If tox exits `0`, commit and push. Otherwise fix the newly introduced style violations.
158158
- `flake8` requires manual fixes
159159
- `black` will rewrite the violations automatically, however the files are unstaged and should staged again.
160-
- `isort` will rewrite the viiolations automatically, however the files are unstaged and should staged again.
160+
- `isort` will rewrite the violations automatically, however the files are unstaged and should staged again.

0 commit comments

Comments
 (0)