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 }) ],