Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdanilov committed Jun 18, 2023
1 parent c2644b1 commit fcce20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WhisperSettingsTab.ts
Expand Up @@ -187,7 +187,7 @@ export class WhisperSettingsTab extends PluginSettingTab {
this.createNewFileInput = new Setting(this.containerEl)
.setName("Transcriptions folder")
.setDesc(
"Specify the path in the vault where to save the transcriptions files"
"Specify the path in the vault where to save the transcription files"
)
.addText((text) => {
text.setPlaceholder("Example: folder/note")
Expand Down

0 comments on commit fcce20d

Please sign in to comment.