Skip to content

Commit ebae720

Browse files
authored
Fix support for after auto-spacing. (#2975)
1 parent 13744ab commit ebae720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file/paragraph/formatting/spacing.ts

+1-1
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)