Skip to content

Commit 585b6da

Browse files
committed
fix: update demo documenation
- update typo in template docs
1 parent 5cc7ed2 commit 585b6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/docs/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ petstore31: {
273273
downloadUrl: "/petstore-3.1.yaml",
274274
hideSendButton: false,
275275
showSchemas: true,
276-
markdownGenerators: {
276+
templateGenerators: {
277277
createIntroTemplateMD: myCustomInfroMdGenerator
278-
}, // customize markdown generator
278+
}, // customize markdown template generator
279279
} satisfies OpenApiPlugin.Options,
280280
```
281281

0 commit comments

Comments
 (0)