DBZ-4275 fix AbstractDatabaseHistory typo

This commit is contained in:
camilesing 2021-11-13 11:40:03 +08:00 committed by Gunnar Morling
parent 39ecc4e732
commit dfabe8cda8

View File

@ -45,7 +45,7 @@ public abstract class AbstractDatabaseHistory implements DatabaseHistory {
.withDefault(false)
.withWidth(Width.SHORT)
.withImportance(Importance.LOW)
.withDescription("Prefer DDL for schema reovery in case logica schema is present")
.withDescription("Prefer DDL for schema recovery in case logical schema is present")
.withInvisibleRecommender()
.withNoValidation();