From 7fda4b2dc820487584a009a8758203e86c1fccc8 Mon Sep 17 00:00:00 2001 From: LeSingh1 Date: Mon, 18 May 2026 10:37:42 -0700 Subject: [PATCH] docs: fix state container toolkit comment typo Signed-off-by: LeSingh1 --- assets/state-container-toolkit/0400_configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/state-container-toolkit/0400_configmap.yaml b/assets/state-container-toolkit/0400_configmap.yaml index 3b14fc509..7ee6a4dc9 100644 --- a/assets/state-container-toolkit/0400_configmap.yaml +++ b/assets/state-container-toolkit/0400_configmap.yaml @@ -23,7 +23,7 @@ data: # The below delay is a workaround for an issue affecting some versions # of containerd starting with 1.6.9. Staring with containerd 1.6.9 we # started seeing the toolkit container enter a crashloop whereby it - # would recieve a SIGTERM shortly after restarting containerd. + # would receive a SIGTERM shortly after restarting containerd. # # Refer to the commit message where this workaround was implemented # for additional details: