Skip to content

Commit 1f83a8d

Browse files
committed
typo
1 parent 5c14e58 commit 1f83a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Task<bool> ExecuteAsync()
5353

5454
if (resultCode != 0)
5555
{
56-
Console.WriteLine("Error occured during dotnet publish.");
56+
Console.WriteLine("Error occurred during dotnet publish.");
5757
return false;
5858
}
5959

ElectronNET.CLI/Commands/StartElectronCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public Task<bool> ExecuteAsync()
5555

5656
if (resultCode != 0)
5757
{
58-
Console.WriteLine("Error occured during dotnet publish.");
58+
Console.WriteLine("Error occurred during dotnet publish.");
5959
return false;
6060
}
6161

0 commit comments

Comments
 (0)