Skip to content

Commit 47b32e2

Browse files
bootstraponlineandreastt
authored andcommitted
rb: fix typo
Signed-off-by: Andreas Tolfsen <[email protected]>
1 parent b715d63 commit 47b32e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rb/lib/selenium/webdriver/common/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def execute_script(script, *args)
199199
# executed function as the last argument.
200200
#
201201
# @param [String] script
202-
# JavaSCript source to execute
202+
# JavaScript source to execute
203203
# @param [WebDriver::Element,Integer, Float, Boolean, NilClass, String, Array] *args
204204
# Arguments to the script. May be empty.
205205
#

0 commit comments

Comments
 (0)