Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #11258

Merged
merged 4 commits into from
Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/lib/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class Select {
}

/**
* Retruns a boolean value if the select tag is multiple
* Returns a boolean value if the select tag is multiple
* @returns {Promise<boolean>}
*/
async isMultiple() {
Expand Down
2 changes: 1 addition & 1 deletion py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
# The format is a list of tuples containing the path and title.
#epub_pre_files = []

# HTML files shat should be inserted after the pages created by sphinx.
# HTML files that should be inserted after the pages created by sphinx.
# The format is a list of tuples containing the path and title.
#epub_post_files = []

Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/support/select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def first_selected_option
#
# <option value="foo">Bar</option>
#
# When slecting by :value, selects all options that have a value matching the argument. That is, when given "foo" this
# When selecting by :value, selects all options that have a value matching the argument. That is, when given "foo" this
# would select an option like:
#
# <option value="foo">Bar</option>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pinned_browsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Find the current stable versions of each browser we
# support and the sha256 of these. That's useful for
# updating `//commmon:repositories.bzl`
# updating `//common:repositories.bzl`

http = urllib3.PoolManager()

Expand Down