diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md
index 313e10a..c0202a2 100644
--- a/2.-Software-Architecture-Specification.md
+++ b/2.-Software-Architecture-Specification.md
@@ -210,7 +210,7 @@ All data checks are running in the background, invisible for the user. The contr
Exception handling is necessary to prevent errors caused by the user while using the program. So called "try-catch" blocks are used to 'catch' these and prevent unwanted or incorrect behavior of the software.
-## 7.8Internationalization
+## 7.8 Internationalization
The whole system layout can be used for international purposes since the user manual and over all GUI is written in English and English is defined to be the international traffic language. On the other hand, there is no way to change the language so English is a mandatory knowledge for using the program.