From 91df12f6efb1fda4c7643cb31a9551fa6921c240 Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Thu, 29 Sep 2022 14:39:53 +0200
Subject: [PATCH] refactor(config): fix typos

---
 config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.yml b/config.yml
index a10f0c797..02153afbf 100644
--- a/config.yml
+++ b/config.yml
@@ -23,7 +23,7 @@ subscriberConfig:
   # Path that references the private decryption key file
   privateDecryptionKeyPath: "path/to/decryption_key.json"
   
-  # Path that references the signing key file that signed SET-Events
+  # Path that references the signing key file that signs SET-Events
   privateSigningKeyPath: "path/to/signing_key.json"
 
 # Name of the used environment (from environments config below).
@@ -32,7 +32,7 @@ activeEnvironment: testing
 
 # Configured environments that can be added in the form:
 #
-# name: -- identifier that can be referenced in 'activeEnvironment' to
+# name: -- identifier that can be referenced in 'activeEnvironment'
 #    authBaseUrl: "URL" -- base URL for OAuth requests
 #    submissionBaseUrl: "URL" -- base URL for submission/destination requests
 #    allowInsecurePublicKey: true | false -- allow public keys that failed a validation for e.g. testing purposes
-- 
GitLab