Skip to content

Commit c5cb7c4

Browse files
committed
Merge pull request #49700 from dlwldnjs1009
* jiwon/fix-external-config-typos: Fix duplicated words in external-config documentation Closes gh-49700
2 parents 732b8f3 + d804749 commit c5cb7c4

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)