Fix typo in comment

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
wbamberg 2021-02-05 09:11:57 -08:00 committed by Richard van der Hoff
parent 942f865f64
commit 6fc1f52f2f

View file

@ -42,7 +42,7 @@
{{/* {{/*
If the property is an array, indicate this with square brackets, If the property is an array, indicate this with square brackets,
like`[type]`. like `[type]`.
*/}} */}}
{{ if eq $type "array"}} {{ if eq $type "array"}}
{{ $items := $property.items }} {{ $items := $property.items }}