Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Jul 15, 2024
1 parent e01bed0 commit 38e7bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OpenAPIRunner.run([
| `include` | `((api: ParsedOperation) => boolean) \| RegExp \| string[]?` | include apis |
| `exclude` | `((api: ParsedOperation) => boolean) \| RegExp \| string[]?` | exclude apis |
| `locale` | `Partial<LocaleData> \| string?` | locale data or internal support locale |
| `render` | `DocumentRender \| 'InternalRenderType'?` | specify render type or use custom render, see [Support Render](#support-render) for more |
| `render` | `DocumentRender \| InternalRenderType?` | specify render type or use custom render, see [Support Render](#support-render) for more |

## Support Render

Expand Down

0 comments on commit 38e7bf0

Please sign in to comment.