소스 검색

Fixed typo

Tig 8 달 전
부모
커밋
b55ed5aba2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Example/Example.cs

+ 1 - 1
Example/Example.cs

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