Fix grammar

This commit is contained in:
tyrrrz
2026-07-25 20:28:26 +03:00
parent 91a8daf3a7
commit 427c6021ac
17 changed files with 36 additions and 36 deletions
@@ -40,7 +40,7 @@ public class DialogManager : IDisposable
);
// Yield to allow DialogHost to fully reset its state before
// another dialog is shown (e.g. when dialogs are shown sequentially).
// another dialog is shown (e.g., when dialogs are shown sequentially).
await Task.Yield();
return dialog.DialogResult;