From 09a0b11722d5fffb60c536ae452a722b0c0353a9 Mon Sep 17 00:00:00 2001
From: Dave Syer
Date: Thu, 5 May 2016 18:40:46 +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 39d6814a..5a4c46d4 100644
--- a/spring-cloud-config.html
+++ b/spring-cloud-config.html
@@ -1624,7 +1624,7 @@ mainly in relation to the loss of metadata. The JSON is structured as
an ordered list of property sources, for example, with names that
correlate with the source. The YAML and properties forms are coalesced
into a single map, even if the origin of the values has multiple
-sources, and the names of teh original source files are lost. The YAML
+sources, and the names of the original source files are lost. The YAML
representation is not necessarily a faithful representation of the
YAML source in a backing repository either: it is constructed from a
list of flat property sources, and assumptions have to be made about
@@ -2040,7 +2040,7 @@ grabbing it in the bootstrap context and injecting one).