Skip to content

Commit

Permalink
Sentence case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crybot committed Jun 19, 2023
1 parent 873b996 commit 15f1b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class FlashcardsSettingsTab extends PluginSettingTab {
containerEl.empty();

new Setting(containerEl)
.setName("OpenAI API Key")
.setName("OpenAI API key")
.setDesc("Enter your OpenAI API key")
.addText((text) =>
text
Expand Down

0 comments on commit 15f1b15

Please sign in to comment.