Skip to content

Commit 2fedc36

Browse files
authored
Merge pull request #12994 from mcanouil/fix/issue12990
fix: typo "atachment" in publishing to Confluence
2 parents d8bf30c + 4d08084 commit 2fedc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/publish/confluence/confluence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,15 +856,15 @@ async function publish(
856856
const [publishResult, hasAttachments] = await publishDocument();
857857
if (hasAttachments) {
858858
info(
859-
"\nNote: The published content includes attachments or images. You may see a placeholder for a few moments while Confluence processes the image or atachment.\n",
859+
"\nNote: The published content includes attachments or images. You may see a placeholder for a few moments while Confluence processes the image or attachment.\n",
860860
);
861861
}
862862
return publishResult;
863863
} else {
864864
const [publishResult, hasAttachments] = await publishSite();
865865
if (hasAttachments) {
866866
info(
867-
"\nNote: The published content includes attachments or images. You may see a placeholder for a few moments while Confluence processes the image or atachment.\n",
867+
"\nNote: The published content includes attachments or images. You may see a placeholder for a few moments while Confluence processes the image or attachment.\n",
868868
);
869869
}
870870
return publishResult;

0 commit comments

Comments
 (0)