summaryrefslogtreecommitdiffstats
path: root/plugins.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-18 01:26:39 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-18 01:26:39 +0200
commitfb026dcbb4582a1f1494e02e74be2998637dbc82 (patch)
tree8a8642239dd4cf9350d9576506633b610f398d82 /plugins.d
parent371a7b42382c7405342370abbdf102b30dda6428 (diff)
doc updates
Diffstat (limited to 'plugins.d')
-rw-r--r--plugins.d/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.d/README.md b/plugins.d/README.md
index d34dbe29b8..ada2b3f5f4 100644
--- a/plugins.d/README.md
+++ b/plugins.d/README.md
@@ -202,7 +202,7 @@ data collection is defined as a series of `BEGIN` -> `SET` -> `END` lines
> END
- END does not take any parameters, it commits the collected values to the chart.
+ END does not take any parameters, it commits the collected values to the chart.
More `SET` lines may appear to update all the dimensions of the chart.
All of them in one `BEGIN` -> `END` block.