Repository: nifi
Updated Branches:
  refs/heads/master c1ad91359 -> aa933a194


NIFI-2755 - Fixes minor typo in Developers Guide

This closes #1003


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/aa933a19
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/aa933a19
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/aa933a19

Branch: refs/heads/master
Commit: aa933a194110b58a8c2fe07013f37a6fc1d10e71
Parents: c1ad913
Author: Andre F de Miranda <[email protected]>
Authored: Mon Sep 12 01:04:11 2016 +1000
Committer: Oleg Zhurakousky <[email protected]>
Committed: Thu Sep 15 10:12:04 2016 -0400

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/developer-guide.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/aa933a19/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc 
b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index c9bb1fb..de5fb46 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -1744,7 +1744,8 @@ have an `onTrigger` method because Controller Services 
are not
 scheduled to run periodically, and
 Controller Services do not have Relationships because they are not
 integrated into the flow directly. Rather,
-they are used Processors, Reporting Tasks, and other Controller Services.
+they are used by Processors, Reporting Tasks, and
+other Controller Services.
 
 [[developing-controller-service]]
 === Developing a ControllerService

Reply via email to