mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-22 07:26:48 +00:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user