diff --git a/Terminal.Gui/Core/Application.cs b/Terminal.Gui/Core/Application.cs index c7195e5d7..1af183d58 100644 --- a/Terminal.Gui/Core/Application.cs +++ b/Terminal.Gui/Core/Application.cs @@ -53,7 +53,7 @@ namespace Terminal.Gui { /// /// /// When invoked sets the SynchronizationContext to one that is tied - /// to the mainloop, allowing user code to use async/await. + /// to the MainLoop, allowing user code to use async/await. /// /// public static class Application {