Skip to content

Commit 2eac53c

Browse files
izeyewilkinsona
authored andcommitted
Fix typo in deprecation reason for liquibase.check-change-log-location
See gh-18100
1 parent 52311ff commit 2eac53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@
976976
"description": "Check the change log location exists.",
977977
"defaultValue": true,
978978
"deprecation": {
979-
"reason": "Liquibase has it's own check that checks if the change log location exists making this property redundant.",
979+
"reason": "Liquibase has its own check that checks if the change log location exists making this property redundant.",
980980
"level": "error"
981981
}
982982
},

0 commit comments

Comments
 (0)