[docs] fix Mongo DB Connector Config typo for mongodb.name field description

This commit is contained in:
rkerner 2022-02-08 15:00:01 +01:00 committed by Gunnar Morling
parent 7e9f9d1080
commit 8127985da0

View File

@ -224,7 +224,7 @@ public boolean isFullUpdate() {
.withWidth(Width.MEDIUM)
.withImportance(Importance.HIGH)
.required()
.withDescription("Unique name that identifies the MongoDB replica set or cluster and all recorded offsets, and"
.withDescription("Unique name that identifies the MongoDB replica set or cluster and all recorded offsets, and "
+ "that is used as a prefix for all schemas and topics. "
+ "Each distinct MongoDB installation should have a separate namespace and monitored by "
+ "at most one Debezium connector.");