Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 24, 2024
1 parent 828d0fd commit b55ed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();
Expand Down

0 comments on commit b55ed5a

Please sign in to comment.