Skip to content

Commit e407515

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34414
2 parents 285097d + 36a7428 commit e407515

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)