mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
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