From a39f3061842cb5fe9fdd1bec3dad679457b404ca Mon Sep 17 00:00:00 2001
From: zhangshj-inspur <39985870+zhangshj-inspur@users.noreply.github.com>
Date: Thu, 18 Mar 2021 02:55:19 -0500
Subject: [PATCH] correct a wrong word (#7383)

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

diff --git a/docs/kata-containers.md b/docs/kata-containers.md
index 750acb839..c09118806 100644
--- a/docs/kata-containers.md
+++ b/docs/kata-containers.md
@@ -35,7 +35,7 @@ Pod Overhead is mandatory if you run Pods with Kata Containers that use [resourc
 
 **Set cgroup driver**:
 
-To enable Pod Overhead feature you have to configure Kubelet with the appropiate cgroup driver, using the following configuration:
+To enable Pod Overhead feature you have to configure Kubelet with the appropriate cgroup driver, using the following configuration:
 
 ```yaml
 kubelet_cgroup_driver: cgroupfs
-- 
GitLab