diff --git a/docs/helmchart.md b/docs/helmchart.md
index b50b4fcac5808dbd4178c21c0f7f12f872c185b8..39c71eac9061fea712f5b60407ce0b09a4370cde 100644
--- a/docs/helmchart.md
+++ b/docs/helmchart.md
@@ -50,7 +50,7 @@ This table lists the variables you are most likely to change. Take a look at the
 | `kratos.kratos.selfservice.flows.login.ui_url`         | **Where to link to for login**                                         | **https://sso.stackspin.example.net/login/login**            |
 | `kratos.kratos.selfservice.flows.settings.ui_url`      | **Where to link to for setting/profile update**                        | **https://sso.stackspin.example.net/login/settings**         |
 | `kratos.kratos.selfservice.flows.registration.ui_url`  | **Where to link to for account registration**                          | **https://sso.stackspin.example.net/login/registration**     |
-| `kratos.kratos.secrets.sessions`                       | Arrey of strings for seesion secrets                                   | See values.yaml                                                |
+| `kratos.kratos.secrets.session`                       | Array of strings for session secrets                                   | See values.yaml                                                |
 | `kratos.kratos.courier.smtp.connection_url`            | Config of SMTP server                                                  | smtps://username:password@smtp.example.net:456/                |
 | `kratos.kratos.courier.smtp.from_address`              | From email address                                                     | no-reply@example.net                                           |
 | `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server**                        | **https://sso.stackspin.example.net**         |