diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index c40c859033..2670dc1f27 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4440,7 +4440,7 @@ To configure the server, add a dependency to `com.unboundid:unboundid-ldapsdk` a spring.ldap.embedded.base-dn=dc=spring,dc=io ---- -NOTE +[NOTE] ==== It is possible to define multiple base-dn values, however, since distinguished names usually contain commas, they must be defined using the correct notation.