Skip to content

Commit 8a47a5e

Browse files
authored
Fix support for after auto-spacing.
1 parent b1f6765 commit 8a47a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/paragraph/formatting/spacing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SpacingAttributes extends XmlAttributeComponent<ISpacingProperties> {
2424
line: "w:line",
2525
lineRule: "w:lineRule",
2626
beforeAutoSpacing: "w:beforeAutospacing",
27-
afterAutoSpacing: "w:afterAutoSpacing",
27+
afterAutoSpacing: "w:afterAutospacing",
2828
};
2929
}
3030

0 commit comments

Comments
 (0)