Fix typo in documentation comment (#782)

This commit is contained in:
dayblox
2025-12-15 21:05:17 +01:00
committed by GitHub
parent 89f4b4c05d
commit 6e5efa69c9
@@ -77,7 +77,7 @@ public interface IPreferencesService: INotifyPropertyChanged
int MarkAsDelay { get; set; }
/// <summary>
/// Setting: Ask comfirmation from the user during permanent delete.
/// Setting: Ask confirmation from the user during permanent delete.
/// </summary>
bool IsHardDeleteProtectionEnabled { get; set; }