Skip to content

Commit b53f108

Browse files
committed
Merge pull request #10411 from dreis2211:typo-external-config-docs
* pr/10411: Typo in external config documentation
2 parents cf92e55 + 681921f commit b53f108

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
@@ -980,7 +980,7 @@ does not inject other beans from the context. Having said that, The
980980
`@EnableConfigurationProperties` annotation is _also_ automatically applied to your project
981981
so that any _existing_ bean annotated with `@ConfigurationProperties` will be configured
982982
from the `Environment`. You could shortcut `MyConfiguration` above by making sure
983-
`FooProperties` is a already a bean:
983+
`FooProperties` is already a bean:
984984

985985
[source,java,indent=0]
986986
----

0 commit comments

Comments
 (0)