From 94081f82ce683745e3c0065ce2aec65b3eeed013 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 5 May 2015 23:49:49 +0200 Subject: [PATCH] Fixed a 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 775cddaf..cfbd9e43 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -566,7 +566,7 @@ so if you are using `@FeignClient` then this section also applies. A central concept in Ribbon is that of the named client. Each load balancer is part of an ensemble of components that work together to -contact a remote server on demend, and the ensemble has a name that +contact a remote server on demand, and the ensemble has a name that you give it as an application developer (e.g. using the `@FeignClient` annotation). Spring Cloud creates a new ensemble as an `ApplicationContext` on demand for each named client using