From e95360b06e19da336b996d37ad6833fe33e4163b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:20:49 +0000 Subject: [PATCH] Update layouts/partials/openapi/render-object-table.html --- layouts/partials/openapi/render-object-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}