Skip to content

Commit 7d1ad8e

Browse files
Update content/openapi/other-features.md
Co-authored-by: John Biundo <[email protected]>
1 parent 3e45922 commit 7d1ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/other-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const document = SwaggerModule.createDocument(app, options, {
1414

1515
The `SwaggerModule` provides a way to support multiple specifications. In other words, you can serve different documentation, with different UIs, on different endpoints.
1616

17-
To support multiple specifications, your application must be written with a modular approach. The `createDocument()` method takes in a 3rd argument, `extraOptions`, which is an object with a the property `include`. The `include` property has a value which is an array of modules.
17+
To support multiple specifications, your application must be written with a modular approach. The `createDocument()` method takes a 3rd argument, `extraOptions`, which is an object with a property named `include`. The `include` property takes a value which is an array of modules.
1818

1919
You can setup multiple specifications support as shown below:
2020

0 commit comments

Comments
 (0)