From 50b20ad8036ca425d7dcf384344f1ddc81a88779 Mon Sep 17 00:00:00 2001
From: Marcello Lamonaca <marcello@lamonaca.eu>
Date: Sat, 22 Mar 2025 17:10:10 +0100
Subject: [PATCH] kubernetes: fix typo

---
 docs/containers/kubernetes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/containers/kubernetes.md b/docs/containers/kubernetes.md
index a51d77b..bbd09d8 100644
--- a/docs/containers/kubernetes.md
+++ b/docs/containers/kubernetes.md
@@ -66,7 +66,7 @@ Because Secrets can be created independently of the Pods that use them, there is
 
 **Volumes** are physical storage attached to a pod in order to persist data when a pod is shut down.
 
-> **Warn**: kubernetes dows not manage data persistance. Backups must be managed externally.
+> **Warn**: kubernetes does not manage data persistance. Backups must be managed externally.
 
 ### Deployment