Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-04-04 11:17:37 +08:00 committed by GitHub
parent 2a2ef234d9
commit 834780d6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,7 +492,7 @@ namespace Flow.Launcher.Infrastructure
#region Notification
public static bool IsNotificationSupport()
{
// Noticification only supported Windows 10 19041+
// Notification only supported Windows 10 19041+
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
Environment.OSVersion.Version.Build >= 19041;
}