From 66387a15b7dda2907d4f16e3c6e763e3c0b1ad5b Mon Sep 17 00:00:00 2001 From: "Ryan W. Moore" Date: Mon, 23 May 2016 09:55:58 -0400 Subject: [PATCH] Fix minor misspelling in docs --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 46ccabac..bcbbcf54 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -286,7 +286,7 @@ Being an instance also involves a periodic heartbeat to the registry (via the client's `serviceUrl`) with default duration 30 seconds. A service is not available for discovery by clients until the instance, the server and the client all have the same metadata in their local -cache (so it could take 3 hearbeats). You can change the period using +cache (so it could take 3 heartbeats). You can change the period using `eureka.instance.leaseRenewalIntervalInSeconds` and this will speed up the process of getting clients connected to other services. In production it's probably better to stick with the default because