Revert "Fix typo in config.json"

This reverts commit 6b5bcced8d.
This commit is contained in:
Tig
2024-07-19 17:32:43 -06:00
parent 6b5bcced8d
commit 24e5fbd196

View File

@@ -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 ConfigurationManager.Reset method).
// is run (via the ConfiguraitonManager.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.