This commit is contained in:
Madhura Bhave
2019-10-02 14:30:49 -07:00
parent fd721575f0
commit 58fc337315

View File

@@ -29,7 +29,7 @@ import org.springframework.core.annotation.AliasFor;
* {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate
* some external Properties (e.g. from a .properties file).
* <p>
* Binding can is either performed by calling setters on the annotated class or, if
* Binding is either performed by calling setters on the annotated class or, if
* {@link ConstructorBinding @ConstructorBinding} is in use, by binding to the constructor
* parameters.
* <p>