Skip to content

Commit e918da3

Browse files
committed
testing diff workflow
1 parent aa4e8b1 commit e918da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem

packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface Props {
3939

4040
const getEnumDescriptionMarkdown = (enumDescriptions?: [string, string][]) => {
4141
if (enumDescriptions?.length) {
42-
return `| Enum Value | Description |
42+
return `| Enum Value | Description!!! |
4343
| ---- | ----- |
4444
${enumDescriptions
4545
.map((desc) => {

0 commit comments

Comments
 (0)