File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ executable was available on your system `PATH`, or specified explicitly in code.
4848driver installation for you with `Selenium Manager <https://www.selenium.dev/documentation/selenium_manager >`_. You generally
4949don't have to worry about driver installation or configuration now that it's done for you when you instantiate a WebDriver.
5050Selenium 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
5353Links 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.
You can’t perform that action at this time.
0 commit comments