Repository: nifi Updated Branches: refs/heads/master 3b9163539 -> 445c07596
NIFI-3233 Fix minor typo in developer-guide.adoc This closes #1343. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/445c0759 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/445c0759 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/445c0759 Branch: refs/heads/master Commit: 445c075963422e9dd2eccb634dd5065a5fbd5230 Parents: 3b91635 Author: Mark Rebuck <[email protected]> Authored: Tue Dec 20 11:09:03 2016 -0500 Committer: Aldrin Piri <[email protected]> Committed: Tue Dec 20 11:18:06 2016 -0500 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/445c0759/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 0f45c84..bbe6ac4 100644 --- a/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -866,7 +866,7 @@ hardened rules. === Data Ingress A Processor that ingests data into NiFi has a single Relationship -names `success`. This Processor generates +named `success`. This Processor generates new FlowFiles via the ProcessSession `create` method and does not pull FlowFiles from incoming Connections. The Processor name starts with "Get" or "Listen," depending on whether
