Skip to content

Commit 25176c8

Browse files
authored
Fix plugin configuration syntax in OpenAPI integration
1 parent 62ad0b0 commit 25176c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/09-openapi-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = defineConfig({
9797
input: 'http://localhost:3000/openapi.json',
9898

9999
// 配置一个或多个插件,每个generator项单独设置
100-
plugin: [
100+
plugins: [
101101
rename({
102102
style: 'camelCase'
103103
})

0 commit comments

Comments
 (0)