Skip to content

Commit d804749

Browse files
dlwldnjs1009snicoll
authored andcommitted
Fix duplicated words in external-config documentation
See gh-49700 Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
1 parent 732b8f3 commit d804749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ my.service.security=
940940
Will be bound as `new MyProperties(true, null, new Security(null, null, List.of("USER")))`
941941
====
942942

943-
If you want to always bind a a non-null instance of `Security`, even when properties are missing, you can use use an empty javadoc:org.springframework.boot.context.properties.bind.DefaultValue[format=annotation] annotation:
943+
If you want to always bind a non-null instance of `Security`, even when properties are missing, you can use an empty javadoc:org.springframework.boot.context.properties.bind.DefaultValue[format=annotation] annotation:
944944

945945
include-code::nonnull/MyProperties[tag=*]
946946

0 commit comments

Comments
 (0)