Skip to content

Commit

Permalink
Merge pull request #2170 from mjlshen/typo
Browse files Browse the repository at this point in the history
📖 Fix typo in ComponentConfig Godoc
  • Loading branch information
k8s-ci-robot committed Feb 3, 2023
2 parents 6adc01f + d09169b commit 50edfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type ControllerManagerConfigurationSpec struct {
// +optional
Controller *ControllerConfigurationSpec `json:"controller,omitempty"`

// Metrics contains thw controller metrics configuration
// Metrics contains the controller metrics configuration
// +optional
Metrics ControllerMetrics `json:"metrics,omitempty"`

Expand Down

0 comments on commit 50edfaa

Please sign in to comment.