Skip to content

Commit

Permalink
Fix missing closing block (#3064)
Browse files Browse the repository at this point in the history
Closes #3048
  • Loading branch information
RobbieTheWagner authored Nov 19, 2024
1 parent 8f9c489 commit 0c6fd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shepherd.js/src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export interface StepOptions {
* extraHighlights: [ '.pricing', '#docs' ],
* ...moreOptions
* });
* ```
*/
extraHighlights?: ReadonlyArray<string>;

Expand Down

0 comments on commit 0c6fd9d

Please sign in to comment.