Skip to content

Commit

Permalink
Typo in external config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Sep 24, 2017
1 parent cf92e55 commit 681921f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ does not inject other beans from the context. Having said that, The
`@EnableConfigurationProperties` annotation is _also_ automatically applied to your project
so that any _existing_ bean annotated with `@ConfigurationProperties` will be configured
from the `Environment`. You could shortcut `MyConfiguration` above by making sure
`FooProperties` is a already a bean:
`FooProperties` is already a bean:

[source,java,indent=0]
----
Expand Down

0 comments on commit 681921f

Please sign in to comment.