We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46bc8c commit 28c656aCopy full SHA for 28c656a
pkg/commands/resolver.go
@@ -394,7 +394,7 @@ func ResolveFilesToWriter(
394
futures = futures[1:]
395
if ok {
396
// Write the next body and a trailing delimiter.
397
- // We write the delimeter LAST so that when streamed to
+ // We write the delimiter LAST so that when streamed to
398
// kubectl it knows that the resource is complete and may
399
// be applied.
400
out.Write(append(b, []byte("\n---\n")...))
0 commit comments