Merge pull request #1181 from lmivan/master

* pull1181:
  Fix typo in documentation
pull/1183/head
Stephane Nicoll 11 years ago
commit 87fbc29895

@ -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