Fix typo in documentation
This commit is contained in:
@@ -592,7 +592,7 @@ be marked with `@Profile` to limit when it is loaded:
|
||||
----
|
||||
@Configuration
|
||||
@Profile("production")
|
||||
public class ProductionConfiguraiton {
|
||||
public class ProductionConfiguration {
|
||||
|
||||
// ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user