Skip to content

Commit

Permalink
Merge branch 'trunk' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 12, 2022
2 parents d1d0e12 + fc4a104 commit 9e87c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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

0 comments on commit 9e87c74

Please sign in to comment.