From 2eac53cc5dbecf1e07bc33e9aad148579cbfaeeb Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 3 Sep 2019 18:20:22 +0900 Subject: [PATCH] Fix typo in deprecation reason for liquibase.check-change-log-location See gh-18100 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 25a25a02b02..eb1adaea347 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -976,7 +976,7 @@ "description": "Check the change log location exists.", "defaultValue": true, "deprecation": { - "reason": "Liquibase has it's own check that checks if the change log location exists making this property redundant.", + "reason": "Liquibase has its own check that checks if the change log location exists making this property redundant.", "level": "error" } },