From b8de6f32125046cc527feff9cf59a6348354e78a Mon Sep 17 00:00:00 2001 From: Riley Carlson <43221493+rccarlson@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:10:46 -0500 Subject: [PATCH] Update Toplevel.cs - capitalization fix (#3015) --- Terminal.Gui/Core/Toplevel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Core/Toplevel.cs b/Terminal.Gui/Core/Toplevel.cs index 79bc2bde63..06d4b6531b 100644 --- a/Terminal.Gui/Core/Toplevel.cs +++ b/Terminal.Gui/Core/Toplevel.cs @@ -5,7 +5,7 @@ namespace Terminal.Gui { /// - /// Toplevel views can be modally executed. They are used for both an application's main view (filling the entire screeN and + /// Toplevel views can be modally executed. They are used for both an application's main view (filling the entire screen and /// for pop-up views such as , , and . /// ///