From 342c7713e597a1ead4a2cf3d21f26be97b54baee Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 5 Feb 2021 09:11:43 -0800 Subject: [PATCH] Fix typo in comment Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- layouts/partials/json-schema/resolve-additional-types.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/json-schema/resolve-additional-types.html b/layouts/partials/json-schema/resolve-additional-types.html index a4f95445..26df52e5 100644 --- a/layouts/partials/json-schema/resolve-additional-types.html +++ b/layouts/partials/json-schema/resolve-additional-types.html @@ -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) }}