Skip to content

Commit 8d033e7

Browse files
committed
Polish
See gh-16094
1 parent bdab9c4 commit 8d033e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8098,8 +8098,8 @@ published jar. The file should list your configuration classes under the
80988098
====
80998099
Auto-configurations must be loaded that way _only_. Make sure that they are defined in
81008100
a specific package space and that they are never the target of component scanning.
8101-
Futhermore, auto-configuration classes should not enable component scanning to find
8102-
additional components. Specific `@Import`s should be used instead.
8101+
Furthermore, auto-configuration classes should not enable component scanning to find
8102+
additional components. Specific ``@Import``s should be used instead.
81038103
====
81048104

81058105
You can use the

0 commit comments

Comments
 (0)