From d5f7148511474bad628c316b5285b4d31aa699bb Mon Sep 17 00:00:00 2001 From: Vikash Tiwari Date: Mon, 14 May 2018 17:08:45 -0400 Subject: [PATCH] Fix typo in docs (#2916) --- 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 7ab65acd7..9cde4a9a8 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -954,7 +954,7 @@ class ArchaiusTest { Archaius has its own set of configuration files and loading priorities. Spring applications should generally not use Archaius directly, but the need to configure the Netflix tools natively remains. Spring Cloud has a Spring Environment Bridge so that Archaius can read properties from the Spring Environment. -This brisge allows Spring Boot projects to use the normal configuration toolchain while letting them configure the Netflix tools as documented (for the most part). +This bridge allows Spring Boot projects to use the normal configuration toolchain while letting them configure the Netflix tools as documented (for the most part). == Router and Filter: Zuul