Skip to content

Commit 48bf82a

Browse files
authored
Fix plugin configuration syntax in OpenAPI integration
1 parent 62ad0b0 commit 48bf82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/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
// Configure one or more plugins, each generator item can have its own settings
100-
plugin: [
100+
plugins: [
101101
rename({
102102
style: 'camelCase'
103103
})

0 commit comments

Comments
 (0)