We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b477c45 commit 94f6345Copy full SHA for 94f6345
content/openapi/cli-plugin.md
@@ -38,7 +38,7 @@ export class CreateUserDto {
38
}
39
```
40
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.
+While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
42
43
Now, with the Swagger plugin enabled, the above class definition can be declared simply:
44
0 commit comments