Skip to content

Commit 3a9315d

Browse files
Merge pull request #2218 from ClixStudios/patch-1
Update cli-plugin.md
2 parents 2f9807c + b214902 commit 3a9315d

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)