diff --git a/CONFIGURATION.md b/CONFIGURATION.md
index 147b4a055b9d68df38b77a681a3999d1969ea0fd..fd31a790a7d08e1715eb0db52d2ebe20de2cbcd9 100644
--- a/CONFIGURATION.md
+++ b/CONFIGURATION.md
@@ -1,8 +1,8 @@
 ### Configuration
 
-Configuration may be set using SpringBoot's configuration file (application.properties).
+Configuration may be set using SpringBoot's configuration file (`application.properties`) and environment variables.
 
-Environment variables
+##### Environment variables
 
 | Variable                   | Default                                     | Description                                           |
 |----------------------------|---------------------------------------------|-------------------------------------------------------|
diff --git a/README.md b/README.md
index c4c5f24faa79bb449de452472e41b7a2dc5762f9..7aa8fe5e84a6340adae0adb08d2e781fca2ea56e 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ See
     * Integration tests and code coverage for unit and integration tests are disabled by default and can be enabled separately and together.
     * Code coverage for unit tests is enabled by `-Djacoco.skip=false`. Result is available in `target/site/jacoco` folder and includes code coverage execution data and reports.
 
-#### Recommentation
+### Recommendation
 
 * Have local docker-compose files - `.gitignore` contains `docker-compose-local*`
     * for application and database together that may contain local configuration