Skip to content

Commit 68a9d42

Browse files
committed
Change API Key to API key
1 parent 579ddbb commit 68a9d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class DevPublishPlugin extends Plugin {
4141
);
4242
publisher.publish(view.file).then(
4343
() => {
44-
console.log("Stuff published to dev.to");
44+
console.log("Article published to dev.to");
4545
},
4646
(err) => {
4747
console.error("Error publishing to dev.to", err);
@@ -83,7 +83,7 @@ class DevPublishSettingTab extends PluginSettingTab {
8383
containerEl.empty();
8484

8585
new Setting(containerEl)
86-
.setName("API Key")
86+
.setName("API key")
8787
.setDesc(
8888
"SECURITY WARNING! This will be stored unencrypted in your obsidian plugin folder. Do not use this plugin if you do not fully understand the security implications of this.",
8989
)

0 commit comments

Comments
 (0)