diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index ff5fea4..b9866c9 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -53,7 +53,7 @@ namespace ElectronNET.CLI.Commands if (resultCode != 0) { - Console.WriteLine("Error occured during dotnet publish."); + Console.WriteLine("Error occurred during dotnet publish."); return false; } diff --git a/ElectronNET.CLI/Commands/StartElectronCommand.cs b/ElectronNET.CLI/Commands/StartElectronCommand.cs index 86585fb..355d3cc 100644 --- a/ElectronNET.CLI/Commands/StartElectronCommand.cs +++ b/ElectronNET.CLI/Commands/StartElectronCommand.cs @@ -55,7 +55,7 @@ namespace ElectronNET.CLI.Commands if (resultCode != 0) { - Console.WriteLine("Error occured during dotnet publish."); + Console.WriteLine("Error occurred during dotnet publish."); return false; }