Skip to content

Commit d83a614

Browse files
committed
Merge branch '2.1.x'
2 parents 19851c9 + 8d033e7 commit d83a614

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
@@ -8175,8 +8175,8 @@ published jar. The file should list your configuration classes under the
81758175
====
81768176
Auto-configurations must be loaded that way _only_. Make sure that they are defined in
81778177
a specific package space and that they are never the target of component scanning.
8178-
Futhermore, auto-configuration classes should not enable component scanning to find
8179-
additional components. Specific `@Import`s should be used instead.
8178+
Furthermore, auto-configuration classes should not enable component scanning to find
8179+
additional components. Specific ``@Import``s should be used instead.
81808180
====
81818181

81828182
You can use the

0 commit comments

Comments
 (0)