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 ----