diff --git a/docs/usage/styling-with-js.md b/docs/usage/styling-with-js.md index e53bffee8d..d02efc62dd 100644 --- a/docs/usage/styling-with-js.md +++ b/docs/usage/styling-with-js.md @@ -126,10 +126,10 @@ const doc = new Document({ next: "Normal", quickFormat: true, run: { - size: 26 + size: 26, bold: true, color: "999999", - { + underline: { type: UnderlineType.DOUBLE, color: "FF0000", },