Skip to content

Commit 0c6fd9d

Browse files
Fix missing closing block (#3064)
Closes #3048
1 parent 8f9c489 commit 0c6fd9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shepherd.js/src/step.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export interface StepOptions {
108108
* extraHighlights: [ '.pricing', '#docs' ],
109109
* ...moreOptions
110110
* });
111+
* ```
111112
*/
112113
extraHighlights?: ReadonlyArray<string>;
113114

0 commit comments

Comments
 (0)