Skip to content

Commit b97b406

Browse files
committed
[dotnet] Fix typo committed by mistake
1 parent ee723da commit b97b406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Firefox/FirefoxAndroidOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public ReadOnlyCollection<string> AndroidIntentArguments
5151
/// <param name="arguments">The argument to add.</param>
5252
public void AddIntentArgument(string argument)
5353
{
54-
this.ddIntentArguments(argument);
54+
this.AddIntentArguments(argument);
5555
}
5656

5757
/// <summary>

0 commit comments

Comments
 (0)