Skip to content

Commit

Permalink
docs: Spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Feb 21, 2024
1 parent 2fe2b37 commit a12a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Atc.Wpf/Mvvm/ViewModelBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Atc.Wpf.Mvvm;

/// <summary>
/// A base class for a the ViewModel class, to be used in the MVVM pattern design.
/// A base class for the ViewModel class, to be used in the MVVM pattern design.
/// </summary>
public abstract class ViewModelBase : ObservableObject, IViewModelBase
{
Expand Down

0 comments on commit a12a11b

Please sign in to comment.