diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index 59c98c33..7343a839 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -310,7 +310,7 @@ resolve-additional-types.) {{ $description := .property.description -}} {{ if .required -}} {{/* - Concatenate "Required:" to make it part of the first paragraph of the + Prepend "Required:" to make it part of the first paragraph of the description. */}} {{- $description = printf "Required: %s" $description -}}