From 603773464121251ab67e7c551d655ab1892a1faa Mon Sep 17 00:00:00 2001 From: Seth Pollack Date: Thu, 25 Oct 2018 22:28:22 -0400 Subject: [PATCH] fix spelling --- examples/transformerconfigs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transformerconfigs/README.md b/examples/transformerconfigs/README.md index 336328ef0..d8bf13a24 100644 --- a/examples/transformerconfigs/README.md +++ b/examples/transformerconfigs/README.md @@ -89,7 +89,7 @@ nameReference: ## cusotmizing transformer configurations -Kustomize has a default set of configurations. They can be saved to local directory through `kustomize config save -d`. kusotmize allows modifying those configuration files and using them in `kustomize build` through `-t`. This tutorial shows how to customize those configurations to +Kustomize has a default set of configurations. They can be saved to local directory through `kustomize config save -d`. Kustomize allows modifying those configuration files and using them in `kustomize build` through `-t`. This tutorial shows how to customize those configurations to - [support a crd type](crd/README.md) - disabling adding commonLabels to fields in some kind of resources - add extra fields for variable substitution