Merge pull request #1181 from lmivan/master
* pull1181: Fix typo in documentation
This commit is contained in:
commit
87fbc29895
|
|
@ -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 {
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue