Skip to content

Commit dd17174

Browse files
authored
fix typos (#645)
1 parent d8e703d commit dd17174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/transformerconfigs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nameReference:
8787
(etc.)
8888
```
8989

90-
## cusotmizing transformer configurations
90+
## customizing transformer configurations
9191

9292
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
9393
- [support a CRD type](crd/README.md)

examples/transformerconfigs/crd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get the default transformer configurations using this command:
1717
kustomize config save -d $DEMO_HOME/kustomizeconfig
1818
```
1919
The default configurations are saved
20-
in the directory `$DEMO_HOME/kusotmizeconfig` as several files
20+
in the directory `$DEMO_HOME/kustomizeconfig` as several files
2121

2222
> ```
2323
> commonannotations.yaml

0 commit comments

Comments
 (0)