Fixed typo in template

dev
Ice3man543 2021-08-24 20:02:55 +05:30
parent 5e21cd6566
commit 20aa291709
1 changed files with 1 additions and 1 deletions

View File

@ -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: