Fixed a small grammar error configuration help doc

Change-Id: Ibca132f251ffd8e8404d575e4b516ddc44339943
This commit is contained in:
Charles Bitter 2016-07-29 18:00:46 +00:00
parent 0f6cc68df7
commit 26344577aa

View File

@ -56,7 +56,7 @@ In effect, a sink describes a chain of handlers. The chain starts with
zero or more transformers and ends with one or more publishers. The first
transformer in the chain is passed samples from the corresponding source,
takes some action such as deriving rate of change, performing unit conversion,
or aggregating, before passing the modified sample to next step.
or aggregating, before passing the modified sample to the next step.
The chains end with one or more publishers. This component makes it possible
to persist the data into storage through the message bus or to send it to one