Fixed typo

This commit is contained in:
Tig
2024-11-24 11:31:54 -07:00
parent 828d0fda0c
commit b55ed5aba2

View File

@@ -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 ();