From 58e8e10abbd7ff49931c8d13a9f22ee04f3ab60d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Mar 2016 17:06:19 +0100 Subject: [PATCH] Fix typo Closes gh-5343 --- 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 a5032c56fc7..e3331b43cbe 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3344,7 +3344,7 @@ Generic caching is used if the context defines _at least_ one [[boot-features-caching-provider-jcache]] ==== JCache JCache is bootstrapped via the presence of a `javax.cache.spi.CachingProvider` on the -classpath (i.e. a JSR-107 compliant caching library). It might happen than more that one +classpath (i.e. a JSR-107 compliant caching library). It might happen that more that one provider is present, in which case the provider must be explicitly specified. Even if the JSR-107 standard does not enforce a standardized way to define the location of the configuration file, Spring Boot does its best to accommodate with implementation details.