diff --git a/src/file/paragraph/formatting/alignment.ts b/src/file/paragraph/formatting/alignment.ts index ea99505fbe..22c7f1b2ed 100644 --- a/src/file/paragraph/formatting/alignment.ts +++ b/src/file/paragraph/formatting/alignment.ts @@ -46,7 +46,7 @@ export const AlignmentType = { /** Align Right */ RIGHT: "right", /** Justified */ - JUSTIFIED: "both", + JUSTIFIED: "justified", } as const; export class AlignmentAttributes extends XmlAttributeComponent<{