From 7abcb286db5b29c3359b081da2a8492c79b7ae6e Mon Sep 17 00:00:00 2001
From: xdvora19 <xdvora19@fi.muni.cz>
Date: Thu, 13 Jun 2024 13:55:41 +0200
Subject: [PATCH] fix minor issues in security.md and in execution overview

---
 docs/INJECT_process/execute/overview.md | 2 +-
 docs/tech/security.md                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/INJECT_process/execute/overview.md b/docs/INJECT_process/execute/overview.md
index 511144e..9e4da88 100644
--- a/docs/INJECT_process/execute/overview.md
+++ b/docs/INJECT_process/execute/overview.md
@@ -67,7 +67,7 @@ Here are some key tasks to keep in mind:
     Therefore, this section is not included at this time.
 
 <div class="NAVIGATION" markdown>
-  [&larr; 3 INJECT Process overview](../prepare/overview.md){ .md-button }
+  [&larr; 3 Preparation phase](../prepare/overview.md){ .md-button }
   [5 Reflection phase &rarr;](../reflect/overview.md){ .md-button }
 </div>
 
diff --git a/docs/tech/security.md b/docs/tech/security.md
index aa2b9b6..e665b8c 100644
--- a/docs/tech/security.md
+++ b/docs/tech/security.md
@@ -40,7 +40,7 @@ but it is not necessary because ADMIN has control over every resource on the pla
 
 ## User onboarding
 
-### Authomatically
+### Bulk import using the web interface
 
 Users can be added to the platform via a `.csv` file in the following format:
 
@@ -77,7 +77,7 @@ As a separator for the column, you can use either `,` or `;`.
 
 An example of such a file can be [downloaded](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/docs/tech/example_csv.csv?ref_type=heads&inline=false).
 
-### Manually
+### Manually using CLI
 
 Another way of adding users is manually via the console:
 
-- 
GitLab