Skip to content

Commit f4d6ef3

Browse files
committed
Fix typos
1 parent ed1d368 commit f4d6ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ public void OpenDirectory(string directoryPath, string fileNameOrFilePath = null
390390
}
391391
}
392392

393-
private void OpenUri(Uri uri, bool? inPrivate = null, bool forceBrower = false)
393+
private void OpenUri(Uri uri, bool? inPrivate = null, bool forceBrowser = false)
394394
{
395-
if (forceBrower || uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps)
395+
if (forceBrowser || uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps)
396396
{
397397
var browserInfo = _settings.CustomBrowser;
398398

0 commit comments

Comments
 (0)