diff --git a/docs/values.md b/docs/values.md
index e2ce6924bd8cfb1ad5e9ad5bfd50bcb9e1584121..2512d32172d6fbaaf4ccc0d3caca401a1b43040e 100644
--- a/docs/values.md
+++ b/docs/values.md
@@ -3,7 +3,7 @@ This file contains the markdown version of the default values that this chart ta
 
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
-| kubernetes.clusterName | string | - | name of the kubernetes cluster to monitor. This value will be appended tovery metric and log via k8s_cluster_name label |
+| kubernetes.clusterName | string | - | name of the kubernetes cluster to monitor. This value will be appended to every metric and log via k8s_cluster_name label |
 | logs.enabled | bool | `false` | indicates if logs components should be enabled or not. If set to false no logs component will be installed nor configured |
 | logs.fluentbit.customParsers | string | `""` |  |
 | logs.fluentbit.enabled | bool | `false` | indicates if fluentbit logs component should be installed or not |
@@ -85,8 +85,8 @@ This file contains the markdown version of the default values that this chart ta
 | metrics.alertmanager.volumeMounts | Array | `[]` | list of volumes to be mounted |
 | otlp.endpoint | string | `"monit-otlp.cern.ch"` | otlp endpoint where the otlp receivers are listening |
 | otlp.port | int | `4319` | otlp port where the otlp receivers are listening |
-| tenant.name | string | - | username used for authenitcating in the MONIT infrastructure |
-| tenant.password | string | - | password (plain) used for authenitcating in the MONIT infrastructure |
+| tenant.name | string | - | username used for authenticating in the MONIT infrastructure |
+| tenant.password | string | - | password (plain) used for authenticating in the MONIT infrastructure |
 | crds.enabled | bool | `true` | whether to install Prometheus operator's CRDs |
 
 ----------------------------------------------