Skip to content

Commit 4407fd6

Browse files
authored
The comment has a spelling error. (#6948)
Signed-off-by: Meactor <meactor@outlook.com>
1 parent dfea6ee commit 4407fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/building-operators/golang/advanced-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import (
8585
"k8s.io/apimachinery/pkg/runtime/schema"
8686
"sigs.k8s.io/controller-runtime/pkg/scheme"
8787
...
88-
// DNSEndoints
88+
// DNSEndpoints
8989
externaldns "github.com/kubernetes-incubator/external-dns/endpoint"
9090
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
9191
)
@@ -518,4 +518,4 @@ Authors may decide to distribute their bundles for various architectures: x86_64
518518
[PrometheusRule reconciliation example]:https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v4/monitoring/memcached-operator/internal/controller/memcached_controller.go
519519
[unit testing documentation]:https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/
520520
[alerts unit tests]:https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v4/monitoring/memcached-operator/monitoring/prom-rule-ci
521-
[kube-prometheus docs]:https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md#prometheus
521+
[kube-prometheus docs]:https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md#prometheus

0 commit comments

Comments
 (0)