From 1632d14fd2b48fe59a7b86ab509f45a8baaa8e93 Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Tue, 15 Feb 2022 13:51:04 +0100
Subject: [PATCH] spell check

---
 docs/api-reference/patchers.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/api-reference/patchers.md b/docs/api-reference/patchers.md
index b53d76d4b..bea63ccd2 100644
--- a/docs/api-reference/patchers.md
+++ b/docs/api-reference/patchers.md
@@ -53,21 +53,21 @@ Patchers can be seen as functions which take a value as input and modify a Kuber
   * **resource**: "uc1-kstreams-deployment.yaml"
   * **example value**: "random-scheduler"
 
-* **LabelPatcher**: Changes the label of a Kubernetes Deployment or StatefulSet. The patches field is: `metadata.labels`
+* **LabelPatcher**: Changes the label of a Kubernetes Deployment or StatefulSet. The patched field is: `metadata.labels`
   * **type**: "LabelPatcher"
   * **resource**: "uc1-kstreams-deployment.yaml"
   * **properties**:
     * variableName: "app"
   * **example value**: "theodolite-sut"
 
-* **MatchLabelPatcher**: Changes the match labels of a Kubernetes Deployment or StatefulSet. The patches field is: `spec.selector.matchLabels`
+* **MatchLabelPatcher**: Changes the match labels of a Kubernetes Deployment or StatefulSet. The patched field is: `spec.selector.matchLabels`
   * **type**: "MatchLabelPatcher"
   * **resource**: "uc1-kstreams-deployment.yaml"
   * **properties**:
     * variableName: "app"
   * **example value**: "theodolite-sut"
 
-* **TemplateLabelPatcher**: Changes the template labels of a Kubernetes Deployment or StatefulSet. The patches field is: `spec.template.metadata.labels`
+* **TemplateLabelPatcher**: Changes the template labels of a Kubernetes Deployment or StatefulSet. The patched field is: `spec.template.metadata.labels`
   * **type**: "MatchLabelPatcher"
   * **resource**: "uc1-kstreams-deployment.yaml"
   * **properties**:
-- 
GitLab