Skip to content

Commit 50edfaa

Browse files
authored
Merge pull request #2170 from mjlshen/typo
📖 Fix typo in ComponentConfig Godoc
2 parents 6adc01f + d09169b commit 50edfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type ControllerManagerConfigurationSpec struct {
6262
// +optional
6363
Controller *ControllerConfigurationSpec `json:"controller,omitempty"`
6464

65-
// Metrics contains thw controller metrics configuration
65+
// Metrics contains the controller metrics configuration
6666
// +optional
6767
Metrics ControllerMetrics `json:"metrics,omitempty"`
6868

0 commit comments

Comments
 (0)