Skip to content

Commit 58fc337

Browse files
committed
Polish
1 parent fd72157 commit 58fc337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* {@code @Bean} method in a {@code @Configuration} class if you want to bind and validate
3030
* some external Properties (e.g. from a .properties file).
3131
* <p>
32-
* Binding can is either performed by calling setters on the annotated class or, if
32+
* Binding is either performed by calling setters on the annotated class or, if
3333
* {@link ConstructorBinding @ConstructorBinding} is in use, by binding to the constructor
3434
* parameters.
3535
* <p>

0 commit comments

Comments
 (0)