Skip to content

Commit fc4a104

Browse files
authored
Fix typos (#11258)
[skip ci]
1 parent 8125df3 commit fc4a104

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javascript/node/selenium-webdriver/lib/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class Select {
291291
}
292292

293293
/**
294-
* Retruns a boolean value if the select tag is multiple
294+
* Returns a boolean value if the select tag is multiple
295295
* @returns {Promise<boolean>}
296296
*/
297297
async isMultiple() {

py/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
# The format is a list of tuples containing the path and title.
251251
#epub_pre_files = []
252252

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

rb/lib/selenium/webdriver/support/select.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def first_selected_option
8686
#
8787
# <option value="foo">Bar</option>
8888
#
89-
# When slecting by :value, selects all options that have a value matching the argument. That is, when given "foo" this
89+
# When selecting by :value, selects all options that have a value matching the argument. That is, when given "foo" this
9090
# would select an option like:
9191
#
9292
# <option value="foo">Bar</option>

scripts/pinned_browsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

1212
http = urllib3.PoolManager()
1313

0 commit comments

Comments
 (0)