This commit is contained in:
Dolan Miu
2023-02-25 22:18:56 +00:00
parent ce485dbc29
commit c9d86619de
9 changed files with 31 additions and 30 deletions

View File

@ -8,7 +8,7 @@ const doc = new Document({
{
children: [
new Paragraph({
children: [new TextRun("{{ template }}")],
children: [new TextRun("{{template}}")],
}),
],
},