Skip to content

Commit 6c58f84

Browse files
Edge-Sevennamkhanh20xx
andauthored
Docs: Fix typo. (#14185)
Co-authored-by: khanhkhanhlele <[email protected]>
1 parent e2e620b commit 6c58f84

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)