Skip to content

Commit ff17596

Browse files
authored
fix typo
1 parent 783c608 commit ff17596

File tree

1 file changed

+1
-1
lines changed
  • javascript/selenium-webdriver/remote

1 file changed

+1
-1
lines changed

javascript/selenium-webdriver/remote/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ DriverService.DEFAULT_START_TIMEOUT_MS = 30 * 1000
314314
*/
315315
DriverService.Builder = class {
316316
/**
317-
* @param {string} exex Path to the executable to use. This executable must
317+
* @param {string} exe Path to the executable to use. This executable must
318318
* accept the `--port` flag for defining the port to start the server on.
319319
* @throws {Error} If the provided executable path does not exist.
320320
*/

0 commit comments

Comments
 (0)