diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI.UnitTests/Mocks/IIOProviderMocks.cs b/src/settings-ui/Microsoft.PowerToys.Settings.UI.UnitTests/Mocks/IIOProviderMocks.cs index e3aabfba86..647e3670f3 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI.UnitTests/Mocks/IIOProviderMocks.cs +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI.UnitTests/Mocks/IIOProviderMocks.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerToys.Settings.UI.UnitTests.Mocks internal static class IIOProviderMocks { /// - /// This method mocks an IO provider to validate tests wich required saving to a file, and then reading the contents of that file, or verifying it exists + /// This method mocks an IO provider to validate tests which required saving to a file, and then reading the contents of that file, or verifying it exists /// /// Mocked IO Provider internal static Mock GetMockIOProviderForSaveLoadExists()