From a4f4d5985a50ef6fd756dd53b9fd1b7d4c992430 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 30 Aug 2022 03:28:15 +0900 Subject: [PATCH] [Dev][Comment]Fix typo in Microsoft.Plugin.Program/Main.cs (#20104) therefor -> therefore --- src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs index bff1e1ec2a..2aeb1c3f87 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs @@ -20,7 +20,7 @@ namespace Microsoft.Plugin.Program public class Main : IPlugin, IPluginI18n, IContextMenu, ISavable, IDisposable { // The order of this array is important! The Parsers will be checked in order (index 0 to index Length-1) and the first parser which is able to parse the Query will be used - // NoArgumentsArgumentParser does always succeed and therefor should always be last/fallback + // NoArgumentsArgumentParser does always succeed and therefore should always be last/fallback private static readonly IProgramArgumentParser[] _programArgumentParsers = new IProgramArgumentParser[] { new DoubleDashProgramArgumentParser(),