From 4e3d58f843ce863420cf012c2fa11f87e95f8659 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 13 Nov 2014 18:14:01 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index dfcbe2d0..071f9a96 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -895,7 +895,7 @@ useful features related to Environment change events.

Config First Bootstrap

-

This is the default behaviour for any application wich has the Spring +

This is the default behaviour for any application which has the Spring Cloud Config Client on the classpath. When a config client starts up it binds to the Config Server (via the bootstrap configuration property spring.cloud.config.uri) and initializes Spring @@ -1302,7 +1302,7 @@ grabbing it in the bootstrap context and injecting one).