mirror of
https://github.com/dylanarmstrong/obsidian-prettier-plugin.git
synced 2026-07-22 12:30:24 +00:00
fix: use sentence case for settings
This commit is contained in:
parent
0f2277a7c6
commit
3573e4a4ef
2 changed files with 2 additions and 2 deletions
|
|
@ -7,5 +7,5 @@
|
|||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.15.0",
|
||||
"name": "Format Automatically with Prettier",
|
||||
"version": "0.1.6"
|
||||
"version": "0.1.7"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue