From 4f9b0444539ddf3e2da55b1205b9ba53f0e8e136 Mon Sep 17 00:00:00 2001 From: Tomasz Nurkiewicz Date: Thu, 13 Nov 2014 13:03:50 +0100 Subject: [PATCH] Minor typo --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 1380c5e0..3cc03cba 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -216,7 +216,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