diff --git a/reference/html/index.html b/reference/html/index.html
index 6bf2d147..3036a0db 100644
--- a/reference/html/index.html
+++ b/reference/html/index.html
@@ -1353,7 +1353,7 @@ To make use of it, you need to have com.github.ben-manes.caffeine:caffeine
The default setup includes expireAfterWrite set to 30 seconds and records set to soft references.
You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Duration API
+
You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Spring Boot String to Duration converter syntax.
as the value of spring.cloud.loadbalancer.cache.ttl property.
com.github.ben-manes.caffeine:caffeine
The default setup includes expireAfterWrite set to 30 seconds and records set to soft references.
You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Duration API
+
You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Spring Boot String to Duration converter syntax.
as the value of spring.cloud.loadbalancer.cache.ttl property.