Fixed typo

This commit is contained in:
Ryan Baxter
2016-10-20 13:40:59 -04:00
parent 2c8bac5666
commit b16a95d0f2

View File

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