Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Aug 6, 2016
1 parent 944a4c0 commit 7e144bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/firefox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const ExtensionCommand = {
/**
* Creates a command executor with support for Marionette's custom commands.
* @param {!Promise<string>} url The server's URL.
* @param {!command.Executor} The new command executor.
* @return {!command.Executor} The new command executor.
*/
function createExecutor(url) {
return new command.DeferredExecutor(url.then(url => {
Expand Down

0 comments on commit 7e144bb

Please sign in to comment.