diff --git a/spring-boot-autoconfigure/README.md b/spring-boot-autoconfigure/README.md index 05ef1466f99..6494d832bdb 100644 --- a/spring-boot-autoconfigure/README.md +++ b/spring-boot-autoconfigure/README.md @@ -5,7 +5,7 @@ classpath, and you have not manually configured any database connection beans, t will auto-configure an in-memory database. ##Enabling auto-configuration -Add an `@EnableAutoConfiguration` annotation to your primary `@Configration` class to +Add an `@EnableAutoConfiguration` annotation to your primary `@Configuration` class to enable auto-configuration: ```java