Skip to content

Commit b55ed5a

Browse files
committed
Fixed typo
1 parent 828d0fd commit b55ed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Example.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System;
77
using Terminal.Gui;
88

9-
// Override the default configuraiton for the application to use the Light theme
9+
// Override the default configuration for the application to use the Light theme
1010
ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
1111

1212
Application.Run<ExampleWindow> ().Dispose ();

0 commit comments

Comments
 (0)