From 4dfcf422a497a29164207ed857c8d561c6670055 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at>
Date: Wed, 5 Jun 2024 19:08:45 +0200
Subject: [PATCH] Update CRD docs for changed descriptions

---
 docs/api-reference/crds.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api-reference/crds.md b/docs/api-reference/crds.md
index 762e6cb2..c3562e80 100644
--- a/docs/api-reference/crds.md
+++ b/docs/api-reference/crds.md
@@ -931,7 +931,7 @@ The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
         <td><b>prometheusUrl</b></td>
         <td>string</td>
         <td>
-          Connection string for Promehteus.<br/>
+          Connection string for Prometheus.<br/>
         </td>
         <td>true</td>
       </tr><tr>
@@ -2164,7 +2164,7 @@ Contains the Kafka configuration.
         <td><b>removeOnly</b></td>
         <td>boolean</td>
         <td>
-          Determines if this topic should only be deleted after each experiement. For removeOnly topics the name can be a RegEx describing the topic.<br/>
+          Determines if this topic should only be deleted after each experiment. For removeOnly topics the name can be a RegEx describing the topic.<br/>
           <br/>
             <i>Default</i>: false<br/>
         </td>
-- 
GitLab