Skip to content

Commit

Permalink
Fix typo, closes RicoSuter#4500
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter authored and lahma committed Jan 20, 2024
1 parent 5291da9 commit c91cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NSwagStudio/ViewModels/ViewModelBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ViewModelBase : MyToolkit.Mvvm.ViewModelBase
/// <param name="exception">The exception.</param>
public override void HandleException(Exception exception)
{
ExceptionBox.Show("An error occured", exception, Application.Current.MainWindow);
ExceptionBox.Show("An error occurred", exception, Application.Current.MainWindow);
}

protected string FromStringArray(string[] array)
Expand Down

0 comments on commit c91cbd6

Please sign in to comment.