Skip to content

Commit 2eaad32

Browse files
committed
Fix KEP-5295 typo
`kayml` -> `kyaml` Signed-off-by: ChengHao Yang <[email protected]>
1 parent 63d4f6f commit 2eaad32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-cli/5295-kyaml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
130130

131131
This KEP proposes to add a new output format for kubectl,
132132
called "KYAML"
133-
(as in `kubectl get -o kayml ...`).
133+
(as in `kubectl get -o kyaml ...`).
134134
This format is a strict subset (aka "dialect") of standard YAML,
135135
and so should be parseable by the existing ecosystem.
136136
This dialect seeks to emphasize syntactical choices which avoid

0 commit comments

Comments
 (0)