Skip to content

Commit 052c741

Browse files
authored
Merge pull request #77 from TAYUN/patch-1
docs[09-openapi-integration.md]: Fix missing comma in OpenAPI generator configuration example
2 parents 93453de + 5d1726f commit 052c741

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
@@ -141,7 +141,7 @@ module.exports = defineConfig({
141141
/**
142142
* Host object for global API mounting. Default is `globalThis` (represents `window` in browsers and `global` in Node.js).
143143
*/
144-
globalHost: 'globalThis'
144+
globalHost: 'globalThis',
145145

146146
/**
147147
* (Optional) Filter or transform generated API interface functions. Return a new `apiDescriptor` to generate API call functions. If not specified, the `apiDescriptor` object remains unchanged.

0 commit comments

Comments
 (0)