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
commit 87fbc29895
1 changed files with 1 additions and 1 deletions

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 {
// ...