Skip to content

Commit b26d3d0

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

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
@@ -60,7 +60,7 @@ While the application is running, open your browser and navigate to `http://loca
6060

6161
<figure><img src="/assets/swagger1.png" /></figure>
6262

63-
The `SwaggerModule` automatically reflects all of your endpoints. Also, in order to display the Swagger UI, `@nestjs/swagger` makes use of either `swagger-ui-express` or `fastify-swagger` depending on the platform.
63+
The `SwaggerModule` automatically reflects all of your endpoints. Note that the Swagger UI is created using either `swagger-ui-express` or `fastify-swagger`, depending on the platform.
6464

6565
> info **Hint** To generate and download a Swagger JSON file, navigate to `http://localhost:3000/api-json` in your browser (assuming that your Swagger documentation is available under `http://localhost:3000/api`).
6666

0 commit comments

Comments
 (0)