Skip to content

Commit 00a7c4e

Browse files
Update content/openapi/introduction.md
Co-authored-by: John Biundo <[email protected]>
1 parent 86f9539 commit 00a7c4e

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
@@ -44,7 +44,7 @@ bootstrap();
4444

4545
The `DocumentBuilder` helps to structure a base document that conforms to the OpenAPI Specification. It provides several methods that allow setting such properties as title, description, version, etc. In order to create a full document (with all HTTP routes defined) we use the `createDocument()` method of the `SwaggerModule` class. This method takes two arguments, an application instance and a Swagger options object.
4646

47-
Once we create a document, we can call `setup()` method. It accepts:
47+
Once we create a document, we can call the `setup()` method. It accepts:
4848

4949
1. the path to mount the Swagger UI
5050
2. an application instance

0 commit comments

Comments
 (0)