From 20aa291709d8dcb39042a23f3e4421daa952cf3b Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Tue, 24 Aug 2021 20:02:55 +0530 Subject: [PATCH] Fixed typo in template --- v2/pkg/templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/templates/templates.go b/v2/pkg/templates/templates.go index e185d10b..3194425c 100644 --- a/v2/pkg/templates/templates.go +++ b/v2/pkg/templates/templates.go @@ -33,7 +33,7 @@ type Template struct { // Info contains metadata information about the template. // examples: // - value: exampleInfoStructure - Info model.Info `yaml:"info" jsonschema:"title=info for the template,description=Info contains metadata for the tempplate"` + Info model.Info `yaml:"info" jsonschema:"title=info for the template,description=Info contains metadata for the template"` // description: | // Requests contains the http request to make in the template. // examples: