From 6b5bcced8d9964fc20e6b99e507ad7e7e7ef0e20 Mon Sep 17 00:00:00 2001 From: Cam Sinclair Date: Fri, 19 Jul 2024 13:34:08 +1000 Subject: [PATCH] Fix typo in config.json --- Terminal.Gui/Resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Resources/config.json b/Terminal.Gui/Resources/config.json index 89d0a6dea..e3c1ac3dd 100644 --- a/Terminal.Gui/Resources/config.json +++ b/Terminal.Gui/Resources/config.json @@ -1,7 +1,7 @@ { // Specifies the "source of truth" for default values for all Terminal.Gui settings managed by // ConfigurationManager. It is automatically loaded, and applied, each time Application.Init - // is run (via the ConfiguraitonManager.Reset method). + // is run (via the ConfigurationManager.Reset method). // // In other words, initial values set in the the codebase are always overwritten by the contents of this // resource embedded in the Terminal.Gui.dll assembly.