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:
Mark Rebuck 2016-12-20 11:09:03 -05:00 committed by Aldrin Piri
parent 3b91635398
commit 445c075963
No known key found for this signature in database
GPG Key ID: 531AEBAA4CFE5D00
1 changed files with 1 additions and 1 deletions

View File

@ -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