From 445c075963422e9dd2eccb634dd5065a5fbd5230 Mon Sep 17 00:00:00 2001 From: Mark Rebuck Date: Tue, 20 Dec 2016 11:09:03 -0500 Subject: [PATCH] NIFI-3233 Fix minor typo in developer-guide.adoc This closes #1343. Signed-off-by: Aldrin Piri --- nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc index 0f45c844d9..bbe6ac4234 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