This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch vote-0.4-incubating-01
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/vote-0.4-incubating-01 by this 
push:
     new 9f67331  TAMAYA-398 TAMAYA-399 TAMAYA-400 TAMAYA-401 TAMAYA-402 
TAMAYA-403 TAMAYA-404 TAMAYA-405 TAMAYA-406 TAMAYA-407 Added/updated docs.
9f67331 is described below

commit 9f673319a67489973dfad4fff4ec189855239a57
Author: Hugo Hirsch <git...@hugo-hirsch.de>
AuthorDate: Tue Aug 27 22:54:49 2019 +0200

    TAMAYA-398 TAMAYA-399 TAMAYA-400 TAMAYA-401 TAMAYA-402 TAMAYA-403 
TAMAYA-404 TAMAYA-405 TAMAYA-406 TAMAYA-407 Added/updated docs.
---
 content/documentation/extensions/mod_hjson.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/documentation/extensions/mod_hjson.adoc 
b/content/documentation/extensions/mod_hjson.adoc
index 6ff79ce..96a37cf 100644
--- a/content/documentation/extensions/mod_hjson.adoc
+++ b/content/documentation/extensions/mod_hjson.adoc
@@ -10,7 +10,7 @@ toc::[]
 == Tamaya HJSON (Extension Module)
 Tamaya _HJSON_ is an extension module. Refer also to the 
link:../extensions.html[extensions documentation] for further details.
 
-=== What functionality this module provides ?
+=== What functionality does this module provide?
 
 Tamaya _HJSON_ provides support for reading configuration in HJSON, a JSP 
similar format better
 suited for humans:
@@ -29,7 +29,7 @@ suited for humans:
 
 Hereby the hierarchical structure of the JSON document will be mapped to a
 corresponding `PropertyValue` tree structure. This strucuture can be mapped
-to flat key-value pairs of type `String`, e.g. the bove will be mapped to
+to flat key-value pairs of type `String`, e.g. the above will be mapped to
 
 [source, properties]
 -----------------------------------------------
@@ -49,7 +49,7 @@ The module is based on Java 8.
 
 === Installation
 
-To use the HJSON extension module you only must add the corresponding 
dependency to your module:
+To use the HJSON extension module you only must add the corresponding 
dependency to your project:
 
 [source, xml]
 -----------------------------------------------
@@ -65,7 +65,7 @@ This extension also transitively requires the 
+tamaya.formats+ module.
 
 === Reading configuration in HJSON
 
-For reading HJSON based onfiguration most easily a +HJSONFormat+ can be
+For reading HJSON based configuration most easily a +HJSONFormat+ can be
 used:
 
 [source, java]

Reply via email to