diff --git a/CoreBoy.Avalonia/GlobalSuppressions.cs b/CoreBoy.Avalonia/GlobalSuppressions.cs index f1615d8..7498f2c 100644 --- a/CoreBoy.Avalonia/GlobalSuppressions.cs +++ b/CoreBoy.Avalonia/GlobalSuppressions.cs @@ -5,4 +5,4 @@ using System.Diagnostics.CodeAnalysis; -[assembly: SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Setter needed in order to dinamically construct the ViewModels in the MainWindow constructor", Scope = "member", Target = "~P:CoreBoy.Avalonia.MenuItemViewModel.Items")] +[assembly: SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Setter needed in order to dynamically construct the ViewModels in the MainWindow constructor", Scope = "member", Target = "~P:CoreBoy.Avalonia.MenuItemViewModel.Items")]