You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/12/20 16:18:57 UTC

nifi git commit: NIFI-3233 Fix minor typo in developer-guide.adoc

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 <al...@apache.org>


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 <ma...@capitalone.com>
Authored: Tue Dec 20 11:09:03 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
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