Skip to content

Commit

Permalink
Fix typos (#11258)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cclauss authored Nov 12, 2022
1 parent 8125df3 commit fc4a104
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit fc4a104

Please sign in to comment.