TAMAYA-358: Minor changes in text
diff --git a/content/documentation/quickstart.adoc b/content/documentation/quickstart.adoc
index edd6757..3455b5b 100644
--- a/content/documentation/quickstart.adoc
+++ b/content/documentation/quickstart.adoc
@@ -5,7 +5,7 @@
 
 
 The fastest way to start with Tamaya is just using the _Core_ module, which
-provides a simple configuration API. To start add the folloeing
+provides a simple configuration API. To start add the following
 dependency to your project:
 
 [source,xml,subs="verbatim,attributes"]
diff --git a/content/documentation/usecases.adoc b/content/documentation/usecases.adoc
index 8d83ced..e57e121 100644
--- a/content/documentation/usecases.adoc
+++ b/content/documentation/usecases.adoc
@@ -2,7 +2,7 @@
 :jbake-status: published
 
 
-= Why you should rely on Tamaya?
+= Why should you rely on Tamaya?
 
 There are several reasons, why you should choose Tamaya, some of them:
 
@@ -19,12 +19,11 @@
 * *Tamaya is runtime-independent*: Tamaya runs on every JVM platform, since it's core is written in pure
   Java.
 * *Tamaya is well documented*: Both the API as well as the extension are all well documented.
-* *Tamaya is Apache*: Tamaya is community as it's best, no vendor lock-in, no payed members, just
+* *Tamaya is Apache*: Tamaya is community at its best, no vendor lock-in, no payed members, just
   the Apache Way!
 
 A good way to continue is probably looking at the use cases we had in mind, when implementing Tamaya...
 
-
 = Use Cases and Requirements
 
 toc::[]
@@ -507,6 +506,6 @@
 
 [[RequirementsNonFunctional]]
 === Non Functional Requirements
-THe following non-functional requirements must be met:
+The following non-functional requirements must be met:
 
 * tbd
diff --git a/templates/index.thyme b/templates/index.thyme
index ed228ac..8821b6f 100644
--- a/templates/index.thyme
+++ b/templates/index.thyme
@@ -20,15 +20,15 @@
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'about.html'">Learn more about Tamaya</a></p>
                             </td>
                             <td class="front-cell">
-                                <h3>Challenge it: Why you should use Tamaya?</h3>
+                                <h3>Challenge it &mdash; Why should you use Tamaya?</h3>
                                 <p>Configuration is one of the most important cross-cutting concerns. Nevertheless
                                 most people rewrite similar logic again and again. It's time to rely on a standard
-                                compliant solution that allows to plug-in any configuration resources?</p>
+                                compliant solution that allows to plugin any configuration resources?</p>
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/usecases.html'">Look at Tamaya's Use Cases</a></p>
                             </td>
                             <td class="front-cell">
-                                <h3>Try it: Get started!</h3>
-                                <p>Get started is easy. Look at our examples, add Tamaya's runtime dependency and
+                                <h3>Try it out &mdash; Get started!</h3>
+                                <p>Getting started is easy: look at our examples, add Tamaya's runtime dependency and
                                 there you go. Tamaya is plain Java SE in it's core. Lean and effective. And if you have
                                 a question, let us know. We are happy to help!</p>
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/quickstart.html'">"Getting started" right away!</a></p>
@@ -36,22 +36,22 @@
                         </tr>
                         <tr>
                             <td class="front-cell">
-                                <h3>Use it: Add more Features!</h3>
+                                <h3>Use it &mdash; Add more Features!</h3>
                                 <p>Did we already have mentioned features? There are a lot of them. Read this
                                 overview about current and upcoming features to see what matches your
                                 requirements. Tamaya is modular, you only depend on what you like.</p>
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'features.html'">Checkout our outstanding features</a></p>
                             </td>
                             <td class="front-cell">
-                                <h3>Rely on it: Tamaya as a standard</h3>
+                                <h3>Rely on it &mdash; Tamaya as a standard</h3>
                                 <p>Tamaya is not only a flexible configuration solution, it is also future proof.
-                                With Tamaya you get an indepepdent implementation of the current Microprofile
+                                With Tamaya you get an independent implementation of the current Microprofile
                                 Config and JSR 310 API.</p>
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/tamayaasastandard.html'">Learn more</a></p>
                             </td>
                             <td class="front-cell">
-                                <h3>Improve it: Get involved...</h3>
-                                <p>Tell us your story and help us making Tamaya even better.
+                                <h3>Improve it &mdash; Get involved...</h3>
+                                <p>Tell us your story and help us make Tamaya even better.
                                 We are happy to support you and discuss further features or improvements.</p>
                                 <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'development/community.html'">Get involved!</a></p>
                             </td>