From 61838eede17314a9ff916dcb3c03e71f333d72e4 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 13 Aug 2020 23:25:20 +0200 Subject: [PATCH] Fix typos in docs See gh-22945 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 7cf7929dd1..3d4659b0dc 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -774,7 +774,7 @@ For `application.properties` files a special `#---` comment is used to mark the spring.application.name=MyCloudApp ---- -NOTE: Property file separators must not have any leading or trailing whitespace and must have exactly three hypen characters. +NOTE: Property file separators must not have any leading or trailing whitespace and must have exactly three hyphen characters. TIP: Multi-document property files are often used in conjunction with activation properties such as `spring.config.activate.on-profile`. See the <> for details.