diff --git a/Terminal.Gui/Views/FileDialogs/FileDialog.cs b/Terminal.Gui/Views/FileDialogs/FileDialog.cs index f98c6e0ea8..46cf413ac3 100644 --- a/Terminal.Gui/Views/FileDialogs/FileDialog.cs +++ b/Terminal.Gui/Views/FileDialogs/FileDialog.cs @@ -33,7 +33,7 @@ public partial class FileDialog : Dialog, IDesignable /// /// Gets the index of the cancel button for the dialog. This is useful for checking if the user canceled the dialog by /// comparing - /// the to the index of this button in the array. + /// the to the index of this button in the array. /// public int CancelButtonIndex => Buttons.IndexOf (_btnCancel);