From 6fc1f52f2fa29f36dacf25b899ca0c0b068a16ef Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 5 Feb 2021 09:11:57 -0800 Subject: [PATCH] Fix typo in comment Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- 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 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 }}