Skip to content

Commit f2f566f

Browse files
Update content/openapi/types-and-parameters.md
1 parent 39a6261 commit f2f566f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class CreateCatDto {}
358358

359359
The model above will be translated into the `CreateCatRequest` schema.
360360

361-
By default, no description is added to the generated schema. You can add one like this
361+
By default, no description is added to the generated schema. You can add one using the `description` attribute:
362362

363363
```typescript
364364
@ApiSchema({ description: 'Description of the CreateCatDto schema' })

0 commit comments

Comments
 (0)