From 8d033e73d1b4e1703d1b9bfc3fae4c5ec7139aa4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 5 Mar 2019 08:18:00 +0100 Subject: [PATCH] Polish See gh-16094 --- .../src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 032df7c5cf..baa3c1b016 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 @@ -8098,8 +8098,8 @@ published jar. The file should list your configuration classes under the ==== Auto-configurations must be loaded that way _only_. Make sure that they are defined in a specific package space and that they are never the target of component scanning. -Futhermore, auto-configuration classes should not enable component scanning to find -additional components. Specific `@Import`s should be used instead. +Furthermore, auto-configuration classes should not enable component scanning to find +additional components. Specific ``@Import``s should be used instead. ==== You can use the