From b52efb525ec8303a06e9982e52433fbac3a23359 Mon Sep 17 00:00:00 2001
From: hyeongjun Jo <77392219+hyeongjun-hub@users.noreply.github.com>
Date: Tue, 29 Aug 2023 04:37:03 +0900
Subject: [PATCH] Update customizing.md (#2205)

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

diff --git a/docs/customizing.md b/docs/customizing.md
index bee4e303..a051ed44 100644
--- a/docs/customizing.md
+++ b/docs/customizing.md
@@ -155,7 +155,7 @@ $ kubectl apply --server-side -f manifests/setup
 $ kubectl apply -f manifests/
 ```
 
-> Note that due to some CRD size we are using kubeclt server-side apply feature which is generally available since
+> Note that due to some CRD size we are using kubectl server-side apply feature which is generally available since
 > kubernetes 1.22. If you are using previous kubernetes versions this feature may not be available and you would need to
 > use `kubectl create` instead.
 
-- 
GitLab