Skip to content

Commit f9ba125

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

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
@@ -40,7 +40,7 @@ export class CreateUserDto {
4040

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

43-
Now, with the Swagger plugin enabled, the above class definition can be declared simply:
43+
By enabling the Swagger plugin, the above class definition can be declared simply:
4444

4545
```typescript
4646
export class CreateUserDto {

0 commit comments

Comments
 (0)