From 8ee4c107b97adb2e93e2969a2951e15aba9ec56b Mon Sep 17 00:00:00 2001 From: Said Sef Date: Sun, 4 Aug 2024 17:32:36 +0100 Subject: [PATCH] fix(readme): typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba27cb..c8cf03b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Example: SCHEDULE=@every 10m POD_STATUSES=Evicted,Unknown ``` -Note that pod status is different than container statuses as it checks the status of the overall pod rather than teh status of containers in the pod. The most obvious use case of this if dealing with `Evicted` pods. +Note that pod status is different than container statuses as it checks the status of the overall pod rather than the status of containers in the pod. The most obvious use case of this if dealing with `Evicted` pods. ### `MAX_DURATION`