Skip to content

Commit

Permalink
Merge pull request #5 from cheymos/fix/incorrect-option-value
Browse files Browse the repository at this point in the history
fix: incorrect value for showMethodInNavBar option in RapidocUIOptions
  • Loading branch information
tsabolov authored May 21, 2024
2 parents aad1983 + d29af24 commit 700644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/rapidoc-ui-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export interface RapidocUIOptions {
| false
| "as-plain-text"
| "as-colored-text"
| "as-colorer-block";
| "as-colored-block";

/**
* Set true to show API paths in the navigation bar instead of summary/description
Expand Down

0 comments on commit 700644c

Please sign in to comment.