Skip to content

Commit 48abb72

Browse files
Update content/openapi/cli-plugin.md
Co-authored-by: John Biundo <[email protected]>
1 parent 8d23301 commit 48abb72

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
@@ -18,7 +18,7 @@ The Swagger plugin will automatically:
1818
Please, note that your filenames **must have** one of the following suffixes: `['.dto.ts', '.entity.ts']` (e.g., `create-user.dto.ts`) in order to be analysed by the plugin.
1919

2020
Previously, if you wanted to provide an interactive experience with the Swagger UI,
21-
you had to duplicate a lot of code to let the package knows how your models/components should be declared in the specification. For example, you could define a simple `CreateUserDto` class as follows:
21+
you had to duplicate a lot of code to let the package know how your models/components should be declared in the specification. For example, you could define a simple `CreateUserDto` class as follows:
2222

2323
```typescript
2424
export class CreateUserDto {

0 commit comments

Comments
 (0)