We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828d0fd commit b55ed5aCopy full SHA for b55ed5a
Example/Example.cs
@@ -6,7 +6,7 @@
6
using System;
7
using Terminal.Gui;
8
9
-// Override the default configuraiton for the application to use the Light theme
+// Override the default configuration for the application to use the Light theme
10
ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
11
12
Application.Run<ExampleWindow> ().Dispose ();
0 commit comments