Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 19b635d

Browse files
authored
Docs: Fix typos. (#14391)
1 parent 2fcf0fd commit 19b635d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/plugin/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
DefaultIngressContainerName = "controller"
3535
)
3636

37-
// IssuePrefix is the github url that we can append an issue number to to link to it
37+
// IssuePrefix is the github url that we can append an issue number to link to it
3838
const IssuePrefix = "https://github.com/kubernetes/ingress-nginx/issues/"
3939

4040
var versionRegex = regexp.MustCompile(`(\d)+\.(\d)+\.(\d)+.*`)

internal/ingress/controller/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (n *NGINXController) Start() {
276276

277277
// we need to use the defined ingress class to allow multiple leaders
278278
// in order to update information about ingress status
279-
// TODO: For now, as the the IngressClass logics has changed, is up to the
279+
// TODO: For now, as the IngressClass logics has changed, is up to the
280280
// cluster admin to create different Leader Election IDs.
281281
// Should revisit this in a future
282282

0 commit comments

Comments
 (0)