From d504db422ecc2866b8956328e1134e17073de986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20S=C5=82abek?= Date: Wed, 29 Jan 2025 15:29:04 +0100 Subject: [PATCH] fix doc --- docs/scenarios_authoring/DataSourcesAndSinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios_authoring/DataSourcesAndSinks.md b/docs/scenarios_authoring/DataSourcesAndSinks.md index 69572d7f248..35ae6ca9924 100644 --- a/docs/scenarios_authoring/DataSourcesAndSinks.md +++ b/docs/scenarios_authoring/DataSourcesAndSinks.md @@ -203,6 +203,6 @@ Parameters: - schedule - specifies how often events will be sent - count - specifies number of events that will be generated at every run -- value - specifies data that event will hold. Expressions will be evaluated for every event in the `count` +- value - specifies data that event will hold. Expression will be evaluated for every generated event