From c56e4a35d5c7850356fd8bc08e9f4626e9b0e464 Mon Sep 17 00:00:00 2001 From: fecqs <466712071@qq.com> Date: Tue, 7 Jan 2020 09:32:01 +0800 Subject: [PATCH] Fixes misspelling in sagan index --- docs/src/main/asciidoc/sagan-index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/sagan-index.adoc b/docs/src/main/asciidoc/sagan-index.adoc index e7a2b50b1..712c7c547 100644 --- a/docs/src/main/asciidoc/sagan-index.adoc +++ b/docs/src/main/asciidoc/sagan-index.adoc @@ -13,7 +13,7 @@ Spring Cloud Netflix features: * 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 Spring Environment to Archaius (enables native configuration of Netflix components using Spring Boot conventions) -* Router and Filter: automatic regsitration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation +* Router and Filter: automatic registration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation ## Getting Started @@ -40,4 +40,4 @@ public class Application { } ``` -To run your own server use the `spring-cloud-starter-netflix-eureka-server` dependency and `@EnableEurekaServer`. \ No newline at end of file +To run your own server use the `spring-cloud-starter-netflix-eureka-server` dependency and `@EnableEurekaServer`.