Skip to content

Commit 2254c39

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent d0340e3 commit 2254c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class CreateCatDto {
3232
}
3333
```
3434

35-
> info **Hint** Consider using the Swagger plugin (see [Plugin](/recipes/swagger#plugin) section) which will automatically do it for you.
35+
> info **Hint** Instead of manually annotating each property, consider using the Swagger plugin (see [Plugin](/openapi/cli-plugin) section) which will automatically provide this for you.
3636
3737
Let's open the browser and verify the generated `CreateCatDto` model:
3838

0 commit comments

Comments
 (0)