Fix typo in documentation

pull/1181/head
Iván López 11 years ago
parent 179ac6022a
commit 009ae8822b

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

Loading…
Cancel
Save