From 53335c069c1787fe9228c92cb32599d7c5fdcc71 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Oct 2017 21:10:31 +0200 Subject: [PATCH] Fix typo Closes gh-10687 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a30c3514bd..7dbd28e04a 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6247,7 +6247,7 @@ you provide web-specific configuration, your class may need to be applied after `WebMvcAutoConfiguration`. If you want to order certain auto-configurations that shouldn't have any direct -knowledge of each other, you can also use `@AutoconfigureOrder`. That annotation has the +knowledge of each other, you can also use `@AutoConfigureOrder`. That annotation has the same semantic as the regular `@Order` annotation but provides a dedicated order for auto-configuration classes.