Skip to content

Commit f09f064

Browse files
authored
Fix typo in NodeFlags (#13440)
1 parent b556ac3 commit f09f064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/grid/node/config/NodeFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class NodeFlags implements HasRoles {
149149
"List of configured drivers a Node supports. "
150150
+ "It is recommended to provide this type of configuration through a toml config "
151151
+ "file to improve readability. Command line example: "
152-
+ "--drivers-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
152+
+ "--driver-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
153153
+ "webdriver-path=\"/usr/local/bin/geckodriver\" "
154154
+ "stereotype='{\"browserName\": \"firefox\", \"browserVersion\": \"86\", "
155155
+ "\"moz:firefoxOptions\": "

0 commit comments

Comments
 (0)