Skip to content

Commit 834780d

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent 2a2ef23 commit 834780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ or PInvoke.LOCALE_TRANSIENT_KEYBOARD3
492492
#region Notification
493493
public static bool IsNotificationSupport()
494494
{
495-
// Noticification only supported Windows 10 19041+
495+
// Notification only supported Windows 10 19041+
496496
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) &&
497497
Environment.OSVersion.Version.Build >= 19041;
498498
}

0 commit comments

Comments
 (0)