Skip to content

Commit e2606c1

Browse files
committed
Oops. Commited compile error by mistake
1 parent 94c8a9b commit e2606c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/PhantomJS/PhantomJSDriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public sealed class PhantomJSDriverService : DriverService
4242
private string ghostDriverPath = string.Empty;
4343
private string logFile = string.Empty;
4444
private string ipAddress = string.Empty;
45-
pirvate string gridHubUrl = string.Empty;
45+
private string gridHubUrl = string.Empty;
4646

4747
/// <summary>
4848
/// Prevents a default instance of the <see cref="PhantomJSDriverService"/> class from being created.

0 commit comments

Comments
 (0)