From b612eb4e0b6bf0bb060fe1b48ec861ecb965ac39 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Thu, 13 Jun 2024 13:56:01 +0200
Subject: [PATCH] fix data-flow

---
 src/02_product-documentation/architecture/data-flow.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/02_product-documentation/architecture/data-flow.tex b/src/02_product-documentation/architecture/data-flow.tex
index febdd04..198157c 100644
--- a/src/02_product-documentation/architecture/data-flow.tex
+++ b/src/02_product-documentation/architecture/data-flow.tex
@@ -1,5 +1,5 @@
 \section{Data Flow}
-    This section describes the data flow through the different \hyperref[sec:product-documentation/architecture/c4-diagrams/container-diagram]{containers} using the different input modes.
+    This section describes the data flow through the different \hyperref[sec:product-documentation/architecture/c4-diagrams/container-diagram]{containers} using the different input methods.
 
     \subsection{Text Data Flow}
         The following diagram illustrates the data flow when the user communicates with text.
@@ -10,7 +10,7 @@
         \end{figure}
 
     \subsection{Audio Data Flow}        
-        The following diagram illustrates the data flow when the user communicates with Audio, that is, when the user speaks the message instead of than typing it.
+        The following diagram illustrates the data flow when the user communicates with audio, that is, when the user speaks the message instead of typing it.
 
         \begin{figure}[H]
             \includegraphics[width=\linewidth]{diagrams/architecture/data_flow/voice_data_flow.png}
-- 
GitLab