From 7de7b781da764f1de9c5220a86eb1933fbd8cc43 Mon Sep 17 00:00:00 2001 From: "Michael J. Simons" Date: Wed, 18 Oct 2017 19:03:28 +0200 Subject: [PATCH] Fix small typo in docs --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index c19f21d1a540..74010a8c33ed 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6740,7 +6740,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.