diff --git a/api/v1alpha4/machine_types.go b/api/v1alpha4/machine_types.go index 64e5bf0b5a22..e8a4cb8fc46f 100644 --- a/api/v1alpha4/machine_types.go +++ b/api/v1alpha4/machine_types.go @@ -210,7 +210,7 @@ func (m *MachineStatus) GetTypedPhase() MachinePhase { // ANCHOR: Bootstrap -// Bootstrap capsulates fields to configure the Machine’s bootstrapping mechanism. +// Bootstrap encapsulates fields to configure the Machine’s bootstrapping mechanism. type Bootstrap struct { // ConfigRef is a reference to a bootstrap provider-specific resource // that holds configuration details. The reference is optional to