From 2559b767476415874c011a3b6ef0cc650fc1159e Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 26 May 2015 10:56:57 -0600 Subject: [PATCH] fixed typo --- 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 cbba57b4..de4c2169 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -12,7 +12,7 @@ Service Discovery is one of the key tenets of a microservice based architecture. === Registering with Eureka -When a client registers with Eureka, it provide meta-data about itself +When a client registers with Eureka, it provides meta-data about itself such as host and port, health indicator URL, home page etc. Eureka receives heartbeat messages from each instance belonging to a service. If the heartbeat fails over a configurable timetable, the instance is