We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13744ab commit ebae720Copy full SHA for ebae720
src/file/paragraph/formatting/spacing.ts
@@ -24,7 +24,7 @@ class SpacingAttributes extends XmlAttributeComponent<ISpacingProperties> {
24
line: "w:line",
25
lineRule: "w:lineRule",
26
beforeAutoSpacing: "w:beforeAutospacing",
27
- afterAutoSpacing: "w:afterAutoSpacing",
+ afterAutoSpacing: "w:afterAutospacing",
28
};
29
}
30
0 commit comments