From 7b4fa22b4082ffd08dbefa1ec82495a92b641202 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 8 Mar 2014 15:53:21 +0000 Subject: [PATCH] Fix typo --- spring-boot-autoconfigure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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