Fix typo in documentation

This commit is contained in:
Iván López 2014-06-27 12:57:39 +02:00
parent 179ac6022a
commit 009ae8822b

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