From 0c6fd9d00997bf643241c31c9c829837b5791fe1 Mon Sep 17 00:00:00 2001 From: Robbie Wagner Date: Tue, 19 Nov 2024 07:16:42 -0600 Subject: [PATCH] Fix missing closing block (#3064) Closes #3048 --- shepherd.js/src/step.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shepherd.js/src/step.ts b/shepherd.js/src/step.ts index f7d1921c1..c03b2a188 100644 --- a/shepherd.js/src/step.ts +++ b/shepherd.js/src/step.ts @@ -108,6 +108,7 @@ export interface StepOptions { * extraHighlights: [ '.pricing', '#docs' ], * ...moreOptions * }); + * ``` */ extraHighlights?: ReadonlyArray;