From c7dc612890144e91452383c8e785c1761cb3cd04 Mon Sep 17 00:00:00 2001 From: choubani amir Date: Fri, 25 Dec 2020 10:19:42 +0100 Subject: [PATCH] Update spring-cloud-config.adoc Spelling error. Fixes gh-1779 --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 482fd0c2..0de707b9 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -1151,7 +1151,7 @@ spring: password: '{cipher}FKSAJDFGYOS8F7GLHAKERGFHLSAJ' ---- -Encrypted values in a .properties file must not be wrapped in quotes. Otherwise, the value is not decrypted. The following example shows values that would work: +Encrypted values in `application.properties` file must not be wrapped in quotes. Otherwise, the value is not decrypted. The following example shows values that would work: .application.properties ----