Skip to content

Commit b2839e2

Browse files
committed
Merge branch '1.5.x'
2 parents 948a86e + 53335c0 commit b2839e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6740,7 +6740,7 @@ you provide web-specific configuration, your class may need to be applied after
67406740
`WebMvcAutoConfiguration`.
67416741

67426742
If you want to order certain auto-configurations that shouldn't have any direct
6743-
knowledge of each other, you can also use `@AutoconfigureOrder`. That annotation has the
6743+
knowledge of each other, you can also use `@AutoConfigureOrder`. That annotation has the
67446744
same semantic as the regular `@Order` annotation but provides a dedicated order for
67456745
auto-configuration classes.
67466746

0 commit comments

Comments
 (0)