Skip to content

Commit b4f41c6

Browse files
namkhanh20xxk8s-infra-cherrypick-robot
authored andcommitted
Fix typos in some files
1 parent 3460782 commit b4f41c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ingress/controller/template/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
// Writer is the interface to render a template
6969
type Writer interface {
7070
// Write renders the template.
71-
// NOTE: Implementors must ensure that the content of the returned slice is not modified by the implementation
71+
// NOTE: Implementers must ensure that the content of the returned slice is not modified by the implementation
7272
// after the return of this function.
7373
Write(conf *config.TemplateConfig) ([]byte, error)
7474
}

0 commit comments

Comments
 (0)