mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Fixed typo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
using System;
|
||||
using Terminal.Gui;
|
||||
|
||||
// Override the default configuraiton for the application to use the Light theme
|
||||
// Override the default configuration for the application to use the Light theme
|
||||
ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
|
||||
|
||||
Application.Run<ExampleWindow> ().Dispose ();
|
||||
|
||||
Reference in New Issue
Block a user