Skip to content

Commit d94446a

Browse files
committed
docs(openapi): update
1 parent 248cbb6 commit d94446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const document = SwaggerModule.createDocument(app, config, options);
137137

138138
#### Setup options
139139

140-
You can configure Swagger UI by passing the options object which fulfills the `ExpressSwaggerCustomOptions` interface as a fourth argument of the `SwaggerModule#setup` method, if you use express
140+
You can configure Swagger UI by passing the options object which fulfills the `ExpressSwaggerCustomOptions` interface as a fourth argument of the `SwaggerModule#setup` method, if you use express.
141141

142142
```TypeScript
143143
export interface ExpressSwaggerCustomOptions {

0 commit comments

Comments
 (0)