From 0db49fe5eeb13c0f22e670c5df951681a3c31fef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 2 Dec 2021 18:57:01 +0100
Subject: [PATCH] Minor fixes

---
 docs/installation.md       | 2 +-
 docs/running-benchmarks.md | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/installation.md b/docs/installation.md
index 7c387e566..324b36988 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -76,7 +76,7 @@ helm test theodolite
 
 ## Uninstall this Chart
 
-The Theodolite Helm can easily be removed with:
+The Theodolite Helm chart can easily be removed with:
 
 ```sh
 helm uninstall theodolite
diff --git a/docs/running-benchmarks.md b/docs/running-benchmarks.md
index e66fb8e34..85e691c61 100644
--- a/docs/running-benchmarks.md
+++ b/docs/running-benchmarks.md
@@ -6,10 +6,11 @@ nav_order: 4
 
 # Running Scalability Benchmarks
 
-Running scalability benchmarks with Theodolite involves two things:
+Running scalability benchmarks with Theodolite involves the following steps:
 
 1. [Deploying a benchmark to Kubernetes](#deploying-a-benchmark)
 1. [Creating an execution](#creating-an-execution), which describes the experimental setup for running the benchmark
+<!-- TODO analyzing results-->
 
 ## Deploying a Benchmark
 
-- 
GitLab