From f212cf0251a8c04acd1bdc9e38d8a4e74edd95f5 Mon Sep 17 00:00:00 2001 From: Yousef Date: Fri, 11 Oct 2024 01:57:11 +0200 Subject: [PATCH] Update styling-with-js.md (#2734) Co-authored-by: Dolan --- docs/usage/styling-with-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/styling-with-js.md b/docs/usage/styling-with-js.md index e53bffee8d4..d02efc62dd0 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", },