diff --git a/demo/73-comment.ts b/demo/73-comment.ts index d0f3b08005..09b6059b50 100644 --- a/demo/73-comment.ts +++ b/demo/73-comment.ts @@ -30,5 +30,5 @@ const doc = new Document({ }); Packer.toBuffer(doc).then((buffer) => { - fs.writeFileSync("document-comments.docx", buffer); + fs.writeFileSync("My Document.docx", buffer); });