spell checker

This commit is contained in:
donlaci
2024-05-29 13:51:28 +02:00
parent 24add7d4f8
commit 7e80c1bf73

View File

@@ -49,7 +49,7 @@ namespace ProjectsEditor
string[] args = Environment.GetCommandLineArgs();
if (args != null && args.Length > 1)
{
Logger.LogInfo($"Strated with a parameter: {args[1]}. Trying to launch that project.");
Logger.LogInfo($"Started with a parameter: {args[1]}. Trying to launch that project.");
_mainViewModel.LaunchProject(args[1]);
return;
}