Skip to content

Commit 7e144bb

Browse files
committed
Fix documentation typo
1 parent 944a4c0 commit 7e144bb

File tree

1 file changed

+1
-1
lines changed
  • javascript/node/selenium-webdriver/firefox

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/firefox/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const ExtensionCommand = {
394394
/**
395395
* Creates a command executor with support for Marionette's custom commands.
396396
* @param {!Promise<string>} url The server's URL.
397-
* @param {!command.Executor} The new command executor.
397+
* @return {!command.Executor} The new command executor.
398398
*/
399399
function createExecutor(url) {
400400
return new command.DeferredExecutor(url.then(url => {

0 commit comments

Comments
 (0)