Commit 53335c06 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

Closes gh-10687
parent 00142dc7
...@@ -6247,7 +6247,7 @@ you provide web-specific configuration, your class may need to be applied after ...@@ -6247,7 +6247,7 @@ you provide web-specific configuration, your class may need to be applied after
`WebMvcAutoConfiguration`. `WebMvcAutoConfiguration`.
If you want to order certain auto-configurations that shouldn't have any direct 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 same semantic as the regular `@Order` annotation but provides a dedicated order for
auto-configuration classes. auto-configuration classes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment