diff --git a/javascript/node/selenium-webdriver/lib/select.js b/javascript/node/selenium-webdriver/lib/select.js index 8afdbbfaf128d..fc99767541756 100644 --- a/javascript/node/selenium-webdriver/lib/select.js +++ b/javascript/node/selenium-webdriver/lib/select.js @@ -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} */ async isMultiple() { diff --git a/rb/lib/selenium/webdriver/support/select.rb b/rb/lib/selenium/webdriver/support/select.rb index bf2a95c1c15a7..f5ad753f14914 100644 --- a/rb/lib/selenium/webdriver/support/select.rb +++ b/rb/lib/selenium/webdriver/support/select.rb @@ -86,7 +86,7 @@ def first_selected_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: # #