diff --git a/src/02_product-documentation/architecture/project-architecture.tex b/src/02_product-documentation/architecture/project-architecture.tex
index d4529096972b45bf1ef4b4b23a156fceb82a93c3..f2ac3cb1b707865e36004904bdb11140679aa598 100644
--- a/src/02_product-documentation/architecture/project-architecture.tex
+++ b/src/02_product-documentation/architecture/project-architecture.tex
@@ -1,14 +1,14 @@
 \section{Project Architecture}
-    This section provides an overview of the SmartEating project structure and the structure of the chatbot project that it contains.
+    This section provides an overview of the Smart Eating project structure and the structure of the chatbot project that it contains.
 
-    \subsection{SmartEating Project Structure}
+    \subsection{Smart Eating Project Structure}
         \begin{figure}[H]
             \centering
             \includegraphics[width=0.55\linewidth]{diagrams/out/projects.png}
-            \caption{SmartEating project structure}
+            \caption{Smart Eating project structure}
         \end{figure}
 
-        The SmartEating project is a collection of multiple independent applications.
+        The Smart Eating project is a collection of multiple independent applications.
         Each application has its own directory and can be built independently.
         The diffrent applications are interconnected through the use of APIs.