From 2a286ef28dadcff6c20cebc539fe45f5bb4fa05c Mon Sep 17 00:00:00 2001 From: Samuel Beard Date: Wed, 12 Nov 2025 15:46:17 +0000 Subject: [PATCH] fix: correct capitalization in setting name for consistency --- lib/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.ts b/lib/settings.ts index 55ebb68..98713fd 100644 --- a/lib/settings.ts +++ b/lib/settings.ts @@ -15,7 +15,7 @@ export class RepertoireSettingTab extends PluginSettingTab { containerEl.empty(); new Setting(containerEl) - .setName("Show Key in Block") + .setName("Show key in block") .setDesc( "Show the key and capo information above the chord chart. This helps when referenceing charts in other notes." )