diff --git a/examples/transformerconfigs/README.md b/examples/transformerconfigs/README.md index 31eff9103..d18f1e518 100644 --- a/examples/transformerconfigs/README.md +++ b/examples/transformerconfigs/README.md @@ -87,7 +87,7 @@ nameReference: (etc.) ``` -## cusotmizing transformer configurations +## customizing transformer configurations 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 kustomization.yaml file. This tutorial shows how to customize those configurations to - [support a CRD type](crd/README.md) diff --git a/examples/transformerconfigs/crd/README.md b/examples/transformerconfigs/crd/README.md index faf903f84..6943c416e 100644 --- a/examples/transformerconfigs/crd/README.md +++ b/examples/transformerconfigs/crd/README.md @@ -17,7 +17,7 @@ Get the default transformer configurations using this command: kustomize config save -d $DEMO_HOME/kustomizeconfig ``` The default configurations are saved -in the directory `$DEMO_HOME/kusotmizeconfig` as several files +in the directory `$DEMO_HOME/kustomizeconfig` as several files > ``` > commonannotations.yaml