Skip to content

Commit b214902

Browse files
authored
Update cli-plugin.md
"enabling the Swagger plugin" appears too similar to installing and configuring the Swagger module (at first glace) - adding link to "enabling the CLI plugin" will reduce questions and confusion on StackOverflow (see examples: https://stackoverflow.com/questions/59368042/how-to-enable-nestjs-swagger-4-x-plugin)
1 parent 2a319c1 commit b214902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/cli-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class CreateUserDto {
4242

4343
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
4444

45-
By enabling the Swagger plugin, the above class definition can be declared simply:
45+
By [enabling the Swagger plugin](#using-the-cli-plugin), the above class definition can be declared simply:
4646

4747
```typescript
4848
export class CreateUserDto {

0 commit comments

Comments
 (0)