mirror of https://github.com/apache/nifi.git
NIFI-3233 Fix minor typo in developer-guide.adoc
This closes #1343. Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
3b91635398
commit
445c075963
|
@ -866,7 +866,7 @@ hardened rules.
|
||||||
=== Data Ingress
|
=== Data Ingress
|
||||||
|
|
||||||
A Processor that ingests data into NiFi has a single Relationship
|
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
|
new FlowFiles via the ProcessSession `create` method and does not pull
|
||||||
FlowFiles from incoming Connections.
|
FlowFiles from incoming Connections.
|
||||||
The Processor name starts with "Get" or "Listen," depending on whether
|
The Processor name starts with "Get" or "Listen," depending on whether
|
||||||
|
|
Loading…
Reference in New Issue