From 71917abccf799cf2575f4d22a3a0737946ab32c0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 30 May 2016 12:14:51 +0200 Subject: [PATCH] Fix typo See gh-6004 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 856912337e..8aafa5db4e 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3824,7 +3824,7 @@ force the cache type to `none` to use a no-op implementation: [source,properties,indent=0] ---- - spring.cache.cache.type=none + spring.cache.type=none ----