diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 88c4933b36..3870314349 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -33,7 +33,7 @@ content into your application; rather pick only the properties that you need. banner.location=classpath:banner.txt # Banner file location. banner.image.location=classpath:banner.gif # (Banner image file location, jpg/png can also be used). banner.image.width= # Width of the banner image in chars (default 76) - banner.image.hight= # Height of the banner image in chars (default based on image height) + banner.image.height= # Height of the banner image in chars (default based on image height) banner.image.margin= # Left hand image margin in chars (default 2) banner.image.invert= # If images should be inverted for dark terminal themes (default false)