Fix typo in comment

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
pull/2988/head
wbamberg 4 years ago committed by GitHub
parent abdcf8d41c
commit 342c7713e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@
{{/*
Only copy the bits of the object that we actually care about.
This is needed for uniqify to work - otherwise objects that are the same
but with (for example) different examples will be considered differen.
but with (for example) different examples will be considered different.
*/}}
{{ define "partials/clean-object" }}
{{ return (dict "title" .title "properties" .properties "required" .required "enum" .enum) }}

Loading…
Cancel
Save