Commit 87fbc298 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #1181 from lmivan/master

* pull1181:
  Fix typo in documentation
parents 179ac602 009ae882
...@@ -592,7 +592,7 @@ be marked with `@Profile` to limit when it is loaded: ...@@ -592,7 +592,7 @@ be marked with `@Profile` to limit when it is loaded:
---- ----
@Configuration @Configuration
@Profile("production") @Profile("production")
public class ProductionConfiguraiton { public class ProductionConfiguration {
// ... // ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment