Skip to content

Commit 58e8e10

Browse files
committed
Fix typo
Closes gh-5343
1 parent b906b18 commit 58e8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@ Generic caching is used if the context defines _at least_ one
33443344
[[boot-features-caching-provider-jcache]]
33453345
==== JCache
33463346
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
33483348
provider is present, in which case the provider must be explicitly specified. Even if the
33493349
JSR-107 standard does not enforce a standardized way to define the location of the
33503350
configuration file, Spring Boot does its best to accommodate with implementation details.

0 commit comments

Comments
 (0)