Commit 668993c4 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

Closes gh-7117
parent cbb34180
......@@ -31,7 +31,7 @@ import org.springframework.context.annotation.Configuration;
* automatically (for example in tests).
* <p>
* Application should only ever include <em>one</em>
* {@code @SpringApplicationConfiguration} and most idiomatic Spring Boot applications
* {@code @SpringBootConfiguration} and most idiomatic Spring Boot applications
* will inherit it from {@code @SpringBootApplication}.
*
* @author Phillip Webb
......
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