From eb659cc7d7107fdbdae4e00b53699c0064e5fe62 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Mon, 9 Sep 2024 08:31:55 -0400 Subject: [PATCH] typo --- Source/AppScaffolding/AppScaffolding.csproj | 2 +- Source/LibationFileManager/Configuration.PersistentSettings.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 4ed7ad0a..3f15c935 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -2,7 +2,7 @@ net8.0 - 11.3.15.1 + 11.3.16.1 diff --git a/Source/LibationFileManager/Configuration.PersistentSettings.cs b/Source/LibationFileManager/Configuration.PersistentSettings.cs index bac5e03b..94445347 100644 --- a/Source/LibationFileManager/Configuration.PersistentSettings.cs +++ b/Source/LibationFileManager/Configuration.PersistentSettings.cs @@ -321,7 +321,7 @@ public string ChapterFileTemplate set => setTemplate(value); } - [Description("How to format the file's Tile stored in metadata")] + [Description("How to format the file's Title stored in metadata")] public string ChapterTitleTemplate { get => getTemplate();