Merge pull request #1181 from lmivan/master

* pull1181:
  Fix typo in documentation
This commit is contained in:
Stephane Nicoll
2014-06-27 13:10:50 +02:00

View File

@@ -592,7 +592,7 @@ be marked with `@Profile` to limit when it is loaded:
----
@Configuration
@Profile("production")
public class ProductionConfiguraiton {
public class ProductionConfiguration {
// ...