File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3344,7 +3344,7 @@ Generic caching is used if the context defines _at least_ one
3344
3344
[[boot-features-caching-provider-jcache]]
3345
3345
==== JCache
3346
3346
JCache is bootstrapped via the presence of a `javax.cache.spi.CachingProvider` on the
3347
- classpath (i.e. a JSR-107 compliant caching library). It might happen than more that one
3347
+ classpath (i.e. a JSR-107 compliant caching library). It might happen that more that one
3348
3348
provider is present, in which case the provider must be explicitly specified. Even if the
3349
3349
JSR-107 standard does not enforce a standardized way to define the location of the
3350
3350
configuration file, Spring Boot does its best to accommodate with implementation details.
You can’t perform that action at this time.
0 commit comments