fix typos (#645)

This commit is contained in:
Jingfang Liu
2018-12-18 12:51:30 -08:00
committed by GitHub
parent d8e703d0f5
commit dd17174b35
2 changed files with 2 additions and 2 deletions

View File

@@ -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)