From 8e166595c0de8c952d8ccde698394e9e38fc85b3 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Mon, 27 Feb 2023 04:15:31 +0900 Subject: [PATCH] Fix typo in external-config.adoc See gh-34386 --- .../src/docs/asciidoc/features/external-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc index 9555a07f19b..ac88cd5d454 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc @@ -555,7 +555,7 @@ For example, the following specifies that the second document is only active whe [[features.external-config.encrypting]] === Encrypting Properties -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`. +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`. The `EnvironmentPostProcessor` interface allows you to manipulate the `Environment` before the application starts. See <> for details.