From b2b0ca9cb40ffc86a29cd5743a50e29731c8da93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 26 Oct 2021 12:19:31 +0200
Subject: [PATCH] Fix typo

---
 helm/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/README.md b/helm/README.md
index bf4fb3c24..078c9c9a2 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -44,7 +44,7 @@ helm install theodolite . -f preconfigs/one-broker-values.yaml
 
 ## Uninstall this Chart
 
-To uninstall/delete the `theodolite` deployment (by default Helm will be install all CRDs (`exection` and `benchmark`) automatically. If Helm should not install these CRDs, use the flag `--skip-crds`)
+To uninstall/delete the `theodolite` deployment (by default Helm will be install all CRDs (`execution` and `benchmark`) automatically. If Helm should not install these CRDs, use the flag `--skip-crds`)
 
 ```sh
 helm uninstall theodolite
-- 
GitLab