From 6a303532f4f421821d78cb2f99fd547bbcb8d31e Mon Sep 17 00:00:00 2001 From: Ronit Ramdam BK Date: Mon, 17 Oct 2022 14:56:12 +0545 Subject: [PATCH] DEMO: 75-tab-stops.ts added missing \t --- demo/75-tab-stops.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/75-tab-stops.ts b/demo/75-tab-stops.ts index 7603e4c2e3..a55be8b1e6 100644 --- a/demo/75-tab-stops.ts +++ b/demo/75-tab-stops.ts @@ -70,7 +70,7 @@ const doc = new Document({ tabStops: reciptTabStops, children: [ new TextRun({ - text: "\t\tTotal: 200", + text: "\t\t\tTotal: 200", bold: true }) ],