Merge pull request #1043 from ryanwmoore/master

Fix minor misspelling in docs
This commit is contained in:
Spencer Gibb
2016-05-23 11:22:31 -06:00

View File

@@ -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