Skip to content

Commit

Permalink
[dotnet] Fix typo committed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Oct 13, 2021
1 parent ee723da commit b97b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Firefox/FirefoxAndroidOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public ReadOnlyCollection<string> AndroidIntentArguments
/// <param name="arguments">The argument to add.</param>
public void AddIntentArgument(string argument)
{
this.ddIntentArguments(argument);
this.AddIntentArguments(argument);
}

/// <summary>
Expand Down

0 comments on commit b97b406

Please sign in to comment.