Skip to content

Commit 53335c0

Browse files
committed
Fix typo
Closes gh-10687
1 parent 00142dc commit 53335c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)