File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/docusaurus-theme-openapi-docs/src/theme Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export interface Props {
46
46
47
47
const getEnumDescriptionMarkdown = ( enumDescriptions ?: [ string , string ] [ ] ) => {
48
48
if ( enumDescriptions ?. length ) {
49
- return `| Enum | Description |
49
+ return `| Enum Value | Description |
50
50
| ---- | ----- |
51
51
${ enumDescriptions
52
52
. map ( ( desc ) => {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const transformEnumDescriptions = (
40
40
41
41
const getEnumDescriptionMarkdown = ( enumDescriptions ?: [ string , string ] [ ] ) => {
42
42
if ( enumDescriptions ?. length ) {
43
- return `| Enum | Description |
43
+ return `| Enum Value | Description |
44
44
| ---- | ----- |
45
45
${ enumDescriptions
46
46
. map ( ( desc ) => {
You can’t perform that action at this time.
0 commit comments