Skip to content

Commit 6b98ba4

Browse files
authored
Merge pull request #12593 from sbueringer/pr-typo-contract-docs
📖 Fix small typo in contract docs
2 parents bfb09ac + dc51613 commit 6b98ba4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/book/src/developer/providers/contracts/bootstrap-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ In case conditions are implemented on a BootstrapConfig resource, Cluster API wi
286286
- `reason` (optional, if omitted a default one will be used)
287287
- `message` (optional, if omitted an empty message will be used)
288288
- `lastTransitionTime` (optional, if omitted time.Now will be used)
289-
- `observedGeeneration` (optional, if omitted the generation of the BootstrapConfig resource will be used)
289+
- `observedGeneration` (optional, if omitted the generation of the BootstrapConfig resource will be used)
290290

291291
Other fields will be ignored.
292292

docs/book/src/developer/providers/contracts/control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ In case conditions are implemented on a ControlPlane resource, Cluster API will
627627
- `reason` (optional, if omitted a default one will be used)
628628
- `message` (optional, if omitted an empty message will be used)
629629
- `lastTransitionTime` (optional, if omitted time.Now will be used)
630-
- `observedGeeneration` (optional, if omitted the generation of the ControlPlane resource will be used)
630+
- `observedGeneration` (optional, if omitted the generation of the ControlPlane resource will be used)
631631

632632
Other fields will be ignored.
633633

docs/book/src/developer/providers/contracts/infra-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ In case conditions are implemented on a InfraCluster resource, Cluster API will
380380
- `reason` (optional, if omitted a default one will be used)
381381
- `message` (optional, if omitted an empty message will be used)
382382
- `lastTransitionTime` (optional, if omitted time.Now will be used)
383-
- `observedGeeneration` (optional, if omitted the generation of the InfraCluster resource will be used)
383+
- `observedGeneration` (optional, if omitted the generation of the InfraCluster resource will be used)
384384

385385
Other fields will be ignored.
386386

docs/book/src/developer/providers/contracts/infra-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ In case conditions are implemented on a InfraMachine resource, Cluster API will
345345
- `reason` (optional, if omitted a default one will be used)
346346
- `message` (optional, if omitted an empty message will be used)
347347
- `lastTransitionTime` (optional, if omitted time.Now will be used)
348-
- `observedGeeneration` (optional, if omitted the generation of the InfraMachine resource will be used)
348+
- `observedGeneration` (optional, if omitted the generation of the InfraMachine resource will be used)
349349

350350
Other fields will be ignored.
351351

0 commit comments

Comments
 (0)