diff --git a/docs/usage/tab-stops.md b/docs/usage/tab-stops.md index 5628095a09..5c859a1bac 100644 --- a/docs/usage/tab-stops.md +++ b/docs/usage/tab-stops.md @@ -12,7 +12,7 @@ Simply declare the tab stops on the paragraph, as shown below. Use the tab chara ```ts const paragraph = new Paragraph({ - children: [new TextRun({ text: "Hey everyone", bold: true}, new TextRun("\t11th November 1999")], + children: [new TextRun({ text: "Hey everyone", bold: true}), new TextRun("\t11th November 1999")], tabStops: [ { type: TabStopType.RIGHT,