From aa2c9ca440e6b626a528522dc5a1af22f3750413 Mon Sep 17 00:00:00 2001 From: Tabitha Sable <51767484+tabbysable@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:23:15 -0500 Subject: [PATCH] Fix typo in documentation Fix a typo in an example URL in the resources.md Kustomization file documentation --- .../en/docs/Reference/API/Kustomization File/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Reference/API/Kustomization File/resources.md b/site/content/en/docs/Reference/API/Kustomization File/resources.md index c51bc503a..48f5cadd1 100644 --- a/site/content/en/docs/Reference/API/Kustomization File/resources.md +++ b/site/content/en/docs/Reference/API/Kustomization File/resources.md @@ -20,7 +20,7 @@ resources: - ../../commonbase - github.com/kubernetes-sigs/kustomize/examples/multibases?ref=v1.0.6 - deployment.yaml -- github.com/kubernets-sigs/kustomize/examples/helloWorld?ref=test-branch +- github.com/kubernetes-sigs/kustomize/examples/helloWorld?ref=test-branch ``` Resources will be read and processed in depth-first order.