From b16a95d0f2518bae5a608b0cbd05b56655f26aa9 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 20 Oct 2016 13:40:59 -0400 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 f99a3f93..65052fe6 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -1007,7 +1007,7 @@ class FooController { NOTE: In the above example `FeignClientsConfiguration.class` is the default configuration provided by Spring Cloud Netflix. -NOTE: `prodSvcInfo` is the service the the Clients will be making requests to. +NOTE: `PROD-SVC` is the name of the service the Clients will be making requests to. [[spring-cloud-feign-hystrix]] === Feign Hystrix Support