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 94f6345 commit f9ba125Copy full SHA for f9ba125
content/openapi/cli-plugin.md
@@ -40,7 +40,7 @@ export class CreateUserDto {
40
41
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:
+By enabling the Swagger plugin, the above class definition can be declared simply:
44
45
```typescript
46
export class CreateUserDto {
0 commit comments