From 05c9197aafc4e71657ff43f906cfd67c5ca936cb Mon Sep 17 00:00:00 2001 From: JP Mens Date: Mon, 24 Sep 2018 22:41:12 +0200 Subject: [PATCH] Fix grammar in exec input readme (#4740) --- plugins/inputs/exec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/exec/README.md b/plugins/inputs/exec/README.md index 788c8eec0..f4e917242 100644 --- a/plugins/inputs/exec/README.md +++ b/plugins/inputs/exec/README.md @@ -40,7 +40,7 @@ This script produces static values, since no timestamp is specified the values a echo 'example,tag1=a,tag2=b i=42i,j=43i,k=44i' ``` -It can be paired with the following configuration and will be ran at the `interval` of the agent. +It can be paired with the following configuration and will be run at the `interval` of the agent. ```toml [[inputs.exec]] commands = ["sh /tmp/test.sh"]