Tig 8 mēneši atpakaļ
vecāks
revīzija
b55ed5aba2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Example/Example.cs

+ 1 - 1
Example/Example.cs

@@ -6,7 +6,7 @@
 using System;
 using System;
 using Terminal.Gui;
 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" }""";
 ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
 
 
 Application.Run<ExampleWindow> ().Dispose ();
 Application.Run<ExampleWindow> ().Dispose ();