diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index 0f4b3a77..bf275ed6 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -42,7 +42,7 @@ {{/* If the property is an array, indicate this with square brackets, - like`[type]`. + like `[type]`. */}} {{ if eq $type "array"}} {{ $items := $property.items }}