diff --git a/spring-cloud.html b/spring-cloud.html
index 12de7ed..bf5aec2 100644
--- a/spring-cloud.html
+++ b/spring-cloud.html
@@ -1196,12 +1196,15 @@ interface, or with the SpringApplicationBuilder convenience methods
(parent(), child() and sibling()). Note that the
SpringApplicationBuilder allows you to share an Environment
amongst the whole hierarchy, but that is not the default. Thus,
-normally you expect to see differences between different levels in the
-hierarchy, and sibling contexts in particular do not need to have the
-same profiles or property sources, even though they will share common
-things with their parent. Every context in the hierarchy will have its
-own "bootstrap" property source (possibly empty) to avoid promoting
-values inadvertently from parents down to their descendants.
spring.application.name and hence a different remote property source
+if there is a Config Server. Remember that properties from a child
+context override those in the parent.
The Environment that is passed in is the one for the
+ApplicationContext about to be created, i.e. the one that we are
+supplying additional property sources for. It will already have its
+normal Spring Boot-provided property sources, so you can use those to
+locate a property source specific to this Environment (e.g. by
+keying it on the spring.application.name, as is done in the default
+Config Server property source locator).
If you create a jar with this class in it and then add a
META-INF/spring.factories containing: