This commit is contained in:
Southpaw
2023-08-25 21:59:35 +01:00
parent 05022a1b44
commit c1af5a1cbb

View File

@@ -31,7 +31,7 @@ export default class GhostPublish extends Plugin {
editorCallback: (_, view: MarkdownView) => {
if (!view) {
new Notice(
"You must open the note that you want to send to Ghostt"
"You must open the note that you want to send to Ghost"
);
return;
}