Skip to content

Commit 8e16659

Browse files
jongwooomhalbritter
authored andcommitted
Fix typo in external-config.adoc
See gh-34386
1 parent 81882ec commit 8e16659

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)