From 9f9ba895236e4103e2a8bf78ebbc983f60191e11 Mon Sep 17 00:00:00 2001 From: Jeong Ukjae Date: Mon, 23 May 2022 17:44:55 +0900 Subject: [PATCH] pipeline: inputs: random: fix typo Signed-off-by: Jeong Ukjae --- pipeline/inputs/random.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/random.md b/pipeline/inputs/random.md index 4715cbffa..bee77dfde 100644 --- a/pipeline/inputs/random.md +++ b/pipeline/inputs/random.md @@ -10,7 +10,7 @@ The plugin supports the following configuration parameters: | :--- | :--- | | Samples | If set, it will only generate a specific number of samples. By default this value is set to _-1_, which will generate unlimited samples. | | Interval\_Sec | Interval in seconds between samples generation. Default value is _1_. | -| Internal\_Nsec | Specify a nanoseconds interval for samples generation, it works in conjunction with the Interval\_Sec configuration key. Default value is _0_. | +| Interval\_Nsec | Specify a nanoseconds interval for samples generation, it works in conjunction with the Interval\_Sec configuration key. Default value is _0_. | ## Getting Started