mirror of https://github.com/daffainfo/nuclei.git
Fixed typo in template
parent
5e21cd6566
commit
20aa291709
|
@ -33,7 +33,7 @@ type Template struct {
|
||||||
// Info contains metadata information about the template.
|
// Info contains metadata information about the template.
|
||||||
// examples:
|
// examples:
|
||||||
// - value: exampleInfoStructure
|
// - 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: |
|
// description: |
|
||||||
// Requests contains the http request to make in the template.
|
// Requests contains the http request to make in the template.
|
||||||
// examples:
|
// examples:
|
||||||
|
|
Loading…
Reference in New Issue