From 57eecf399e468b258f43a4b467e26798c76d9c1c Mon Sep 17 00:00:00 2001 From: Aashish Nehete Date: Sat, 9 Nov 2024 16:13:16 -0600 Subject: [PATCH] Update site/content/en/contribute/features/eschewedfeatures.md Co-authored-by: Mauren <698465+stormqueen1990@users.noreply.github.com> --- site/content/en/contribute/features/eschewedfeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/contribute/features/eschewedfeatures.md b/site/content/en/contribute/features/eschewedfeatures.md index 4b8c10a5ba..07e8acdded 100644 --- a/site/content/en/contribute/features/eschewedfeatures.md +++ b/site/content/en/contribute/features/eschewedfeatures.md @@ -145,7 +145,7 @@ Allowing globbing in a kustomization file would also introduce the same problems as allowing globbing in [java import] declarations or BUILD/Makefile dependency rules. -`kustomize` will instead provide kustomization file editting +`kustomize` will instead provide kustomization file editing commands that accept globbed arguments, expand them at _edit time_ relative to the local file system, and store the resulting explicit names into the kustomization file.