Skip to content

Commit 3283adc

Browse files
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8df1e6a commit 3283adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,9 @@ or PInvoke.LOCALE_TRANSIENT_KEYBOARD3
491491

492492
#region Notification
493493

494-
public static bool IsNotificationSupport()
494+
public static bool IsNotificationSupported()
495495
{
496-
// Notification only supported Windows 10 19041+
496+
// Notifications only supported on Windows 10 19041+
497497
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
498498
Environment.OSVersion.Version.Build >= 19041;
499499
}

0 commit comments

Comments
 (0)