Skip to content

Commit 700644c

Browse files
authored
Merge pull request #5 from cheymos/fix/incorrect-option-value
fix: incorrect value for showMethodInNavBar option in RapidocUIOptions
2 parents aad1983 + d29af24 commit 700644c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/rapidoc-ui-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export interface RapidocUIOptions {
124124
| false
125125
| "as-plain-text"
126126
| "as-colored-text"
127-
| "as-colorer-block";
127+
| "as-colored-block";
128128

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

0 commit comments

Comments
 (0)