Skip to content

Commit 36a7428

Browse files
committed
Merge pull request #34386 from jongwooo
* pr/34386: Fix typo in external-config.adoc Closes gh-34386
2 parents 81882ec + 8e16659 commit 36a7428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ For example, the following specifies that the second document is only active whe
555555

556556
[[features.external-config.encrypting]]
557557
=== Encrypting Properties
558-
Spring Boot does not provide any built in support for encrypting property values, however, it does provide the hook points necessary to modify values contained in the Spring `Environment`.
558+
Spring Boot does not provide any built-in support for encrypting property values, however, it does provide the hook points necessary to modify values contained in the Spring `Environment`.
559559
The `EnvironmentPostProcessor` interface allows you to manipulate the `Environment` before the application starts.
560560
See <<howto#howto.application.customize-the-environment-or-application-context>> for details.
561561

0 commit comments

Comments
 (0)