diff --git a/config.yml b/config.yml
index a10f0c797e0b6f05a6d1f0c489d80ba39fbaf893..02153afbf7393e4761e4ce833955cf5b18ec87ed 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