NIFI-4488 Corrected misspelling in PutMongoRecord description

This closes #2211

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
Andrew Lim 2017-10-16 11:59:12 -04:00 committed by Scott Aslan
parent 0e3d83c3b8
commit ba8f17bac0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import java.util.Set;
@EventDriven
@Tags({"mongodb", "insert", "record", "put"})
@InputRequirement(InputRequirement.Requirement.INPUT_REQUIRED)
@CapabilityDescription("Bulk ingest documents into MonogDB using a configured record reader.")
@CapabilityDescription("Bulk ingest documents into MongoDB using a configured record reader.")
public class PutMongoRecord extends AbstractMongoProcessor {
static final Relationship REL_SUCCESS = new Relationship.Builder().name("success")
.description("All FlowFiles that are written to MongoDB are routed to this relationship").build();