Skip to content

Commit ac635bc

Browse files
committed
improve name
1 parent b6fbe7e commit ac635bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/Remote/RemoteSessionSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ private string GetDebuggerDisplay()
359359

360360
if (!string.IsNullOrEmpty(browser))
361361
{
362-
return $"Browser = {browser}, Extra driver options count = {this.firstMatchOptions.Count}";
362+
return $"Browser = {browser}, Additional Driver Count = {this.firstMatchOptions.Count}";
363363
}
364-
return $"Extra driver options Count = {this.firstMatchOptions.Count}, ";
364+
return $"Additional Driver Count = {this.firstMatchOptions.Count}, ";
365365
}
366366
}
367367
}

0 commit comments

Comments
 (0)