Skip to content

Commit 3662e9a

Browse files
Update content/openapi/introduction.md
1 parent f0b364c commit 3662e9a

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` (if you use express) interface as a fourth argument of the `SwaggerModule#setup` method.
141141

142142
```TypeScript
143143
export interface ExpressSwaggerCustomOptions {

0 commit comments

Comments
 (0)