docs: fixing typos in multiple files (#6653)

* [Doc] Fixing typos in multiple files

* [Doc] Fixing js.go based in review suggestion
This commit is contained in:
Didier Durand
2025-12-05 06:29:19 +01:00
committed by GitHub
parent f181a691b2
commit 9ec2e995d0
13 changed files with 28 additions and 28 deletions

View File

@@ -76,7 +76,7 @@ type Request struct {
// permutations and combinations for all payloads.
AttackType generators.AttackTypeHolder `yaml:"attack,omitempty" json:"attack,omitempty" jsonschema:"title=attack is the payload combination,description=Attack is the type of payload combinations to perform,enum=sniper,enum=pitchfork,enum=clusterbomb"`
// description: |
// Payload concurreny i.e threads for sending requests.
// Payload concurrency i.e threads for sending requests.
// examples:
// - name: Send requests using 10 concurrent threads
// value: 10