Skip to content

Commit 43faac7

Browse files
docs: fix typo in the component config tutorial
Signed-off-by: Andreas Gerstmayr <[email protected]>
1 parent 0e22096 commit 43faac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/component-config-tutorial/testdata/project/api/v2/projectconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type ProjectConfig struct {
5050
Spec ProjectConfigSpec `json:"spec,omitempty"`
5151
Status ProjectConfigStatus `json:"status,omitempty"`
5252

53-
// ControllerManagerConfigurationSpec returns the contfigurations for controllers
53+
// ControllerManagerConfigurationSpec returns the configurations for controllers
5454
cfg.ControllerManagerConfigurationSpec `json:",inline"`
5555

5656
ClusterName string `json:"clusterName,omitempty"`

docs/book/src/component-config-tutorial/testdata/projectconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ we'll embed `cfg.ControllerManagerConfigurationSpec` in `ProjectConfig`.
3838
type ProjectConfig struct {
3939
metav1.TypeMeta `json:",inline"`
4040

41-
// ControllerManagerConfigurationSpec returns the contfigurations for controllers
41+
// ControllerManagerConfigurationSpec returns the configurations for controllers
4242
cfg.ControllerManagerConfigurationSpec `json:",inline"`
4343

4444
ClusterName string `json:"clusterName,omitempty"`

0 commit comments

Comments
 (0)