Skip to content

Commit

Permalink
fix typos (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liujingfang1 authored Dec 18, 2018
1 parent d8e703d commit dd17174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/transformerconfigs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/transformerconfigs/crd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd17174

Please sign in to comment.