Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 16, 2024
1 parent b6558d4 commit 0f9492e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/eda/plugins/event_source/schemas/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@
},
"loop_count": {
"title": "Loop Count",
"description": "Number of times the set of events in the playload should be repeated, -1 loops for ever",
"description": "Number of times the set of events in the payload should be repeated, -1 loops for ever",
"type": "integer",
"default": 1
},
"repeat_count": {
"title": "Repeat Count",
"description": "Number of times each individual event in the playload should be repeated",
"description": "Number of times each individual event in the payload should be repeated",
"type": "integer",
"default": 1
},
"blob_size": {
"title": "Blob Size",
"description": "An arbitray blob of blob_size bytes to be inserted into every event payload.",
"description": "An arbitrary blob of blob_size bytes to be inserted into every event payload.",
"type": "integer",
"default": 0
},
Expand Down

0 comments on commit 0f9492e

Please sign in to comment.