diff --git a/content/openapi/types-and-parameters.md b/content/openapi/types-and-parameters.md index 95bb5449b4..fdb7e1a70d 100644 --- a/content/openapi/types-and-parameters.md +++ b/content/openapi/types-and-parameters.md @@ -365,7 +365,7 @@ By default, no description is added to the generated schema. You can add one usi class CreateCatDto {} ``` -That way, the description will be rendered like this +That way, the description will be included in the schema, as follows: ```yaml schemas: