Skip to content

Commit

Permalink
Fix typo, closes #4500
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Sep 27, 2023
1 parent 9895d24 commit 95ce46b
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 95ce46b

Please sign in to comment.