Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Aug 14, 2023
1 parent a62956c commit 05b3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Services/WebDriverFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static EdgeDriver CreateEdgeDriver(BrowserConfiguration configuration, Ti
options.SetCommonChromiumOptions(configuration);
// While the Edge driver easily locates Edge in Windows, it struggles in Linux, where the different release
// While the Edge driver easily locates Edge on Windows, it struggles on Linux, where the different release
// channels have different executable names. This setting looks up the "microsoft-edge-stable" command and
// sets the full path as the browser's binary location.
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
Expand Down

0 comments on commit 05b3e02

Please sign in to comment.