From 9dc2821bc924612e04cee11ea6d1e7fd74804c8e Mon Sep 17 00:00:00 2001 From: boostrack Date: Sat, 21 Mar 2015 09:31:58 +0100 Subject: [PATCH] Small fixes to typos in docs Fixes gh-274 --- docs/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.adoc b/docs/README.adoc index b0267db4..765715e0 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -17,6 +17,6 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon). * Circuit Breaker: embedded Hystrix dashboard with declarative Java configuration * Declarative REST Client: Feign creates a dynamic implementation of an interface decorated with JAX-RS or Spring MVC annotations * Client Side Load Balancer: Ribbon -* External Configuration: a bridge from the Sprnig Environment to Archaius (enabls native configuration of Netflix components using Spring Boot conventions) -* Router and Filter: automatic regsitration of Zuul filters,a nd a simple convention over configuration approach to reverse proxy creation +* External Configuration: a bridge from the Spring Environment to Archaius (enables native configuration of Netflix components using Spring Boot conventions ) +* Router and Filter: automatic registration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation