From 32edeba4666f6b4e671ae6f8ad2fb2a706c312c1 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Thu, 13 Jun 2024 20:16:44 +0200
Subject: [PATCH] fix project architecture

---
 .../architecture/project-architecture.tex                 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/02_product-documentation/architecture/project-architecture.tex b/src/02_product-documentation/architecture/project-architecture.tex
index d452909..f2ac3cb 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.
 
-- 
GitLab