Skip to content

Commit 46fc59b

Browse files
User253489shs96c
authored andcommitted
Fix Javadoc comment issues. (#6468)
Corrects capitalisation in docs.
1 parent 68ee8e0 commit 46fc59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/client/src/org/openqa/selenium/chrome/ChromeDriver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public ChromeDriver(ChromeDriverService service) {
136136

137137
/**
138138
* Creates a new ChromeDriver instance. The {@code capabilities} will be passed to the
139-
* chromedriver service.
139+
* ChromeDriver service.
140140
*
141141
* @param capabilities The capabilities required from the ChromeDriver.
142142
* @see #ChromeDriver(ChromeDriverService, Capabilities)
@@ -230,7 +230,7 @@ public ConnectionType setNetworkConnection(ConnectionType type) {
230230
/**
231231
* Launches Chrome app specified by id.
232232
*
233-
* @param id chrome app id
233+
* @param id Chrome app id.
234234
*/
235235
public void launchApp(String id) {
236236
execute(ChromeDriverCommand.LAUNCH_APP, ImmutableMap.of("id", id));

0 commit comments

Comments
 (0)