fix: use sentence case for settings

This commit is contained in:
Dylan Armstrong 2025-05-06 07:32:09 +02:00
parent 0f2277a7c6
commit 3573e4a4ef
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@
"isDesktopOnly": false,
"minAppVersion": "0.15.0",
"name": "Format Automatically with Prettier",
"version": "0.1.6"
"version": "0.1.7"
}

View file

@ -16,7 +16,7 @@ export default class PrettierSettingTab extends PluginSettingTab {
containerEl.empty();
new Setting(containerEl)
.setName('Format on Save')
.setName('Format on save')
.setDesc('Format file automatically when you save')
.addToggle((component) =>
component