Skip to content

Commit 28c656a

Browse files
authored
Correct a typo in resolver.go
1 parent d46bc8c commit 28c656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/resolver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func ResolveFilesToWriter(
394394
futures = futures[1:]
395395
if ok {
396396
// Write the next body and a trailing delimiter.
397-
// We write the delimeter LAST so that when streamed to
397+
// We write the delimiter LAST so that when streamed to
398398
// kubectl it knows that the resource is complete and may
399399
// be applied.
400400
out.Write(append(b, []byte("\n---\n")...))

0 commit comments

Comments
 (0)