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