diff --git a/README.md b/README.md
index 909e02f..81f65d5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ c4k-jitsi provides a k8s deployment for jitsi containing [see also Jitsi Archite
 * ingress having a letsencrypt managed certificate
 * monitoring connected to grafana cloud
 
-The package aims to a low load sceanrio.
+The package is intended for a low-load scenario.
 
 ## Status
 
diff --git a/doc/SetupOnHetzner.md b/doc/SetupOnHetzner.md
index 76092e4..173d701 100644
--- a/doc/SetupOnHetzner.md
+++ b/doc/SetupOnHetzner.md
@@ -46,13 +46,13 @@ output "ipv4" {
 
 ## k8s minicluster
 
-For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuation:
+For k8s installation we use our [provs](https://repo.prod.meissa.de/meissa/provs) with the following configuration:
 
 
 ```
 {:fqdn "fqdn-from-above"
  :node {:ipv4 "ip-from-above"}
- :certmanager {:email "admin-email" :letsencryptEndpoint "prod}}
+ :certmanager {:email "admin-email" :letsencryptEndpoint "prod"}}
 ```
 
 ## kubectl apply c4k-jitsi