Skip to content

Commit 87fbc29

Browse files
committed
Merge pull request #1181 from lmivan/master
* pull1181: Fix typo in documentation
2 parents 179ac60 + 009ae88 commit 87fbc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ be marked with `@Profile` to limit when it is loaded:
592592
----
593593
@Configuration
594594
@Profile("production")
595-
public class ProductionConfiguraiton {
595+
public class ProductionConfiguration {
596596
597597
// ...
598598

0 commit comments

Comments
 (0)