Skip to content

Commit 94f6345

Browse files
Update content/openapi/cli-plugin.md
Co-authored-by: John Biundo <[email protected]>
1 parent b477c45 commit 94f6345

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
@@ -38,7 +38,7 @@ export class CreateUserDto {
3838
}
3939
```
4040

41-
While it's not a big deal with medium-sized projects, it becomes pretty verbose & clunky once you have a large set of classes.
41+
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
4242

4343
Now, with the Swagger plugin enabled, the above class definition can be declared simply:
4444

0 commit comments

Comments
 (0)