Skip to content

Commit dbe2727

Browse files
authored
Merge pull request #73387 from stevsmit/OCPBUGS-31028-typo
Fixes typo of inital to initial
2 parents e34bacd + 181aa4d commit dbe2727

5 files changed

+6
-6
lines changed

installing/installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The following procedure is partially automated and requires manual steps after t
2121
* If you are installing in a disconnected environment, you must have a configured local mirror registry for disconnected installation mirroring.
2222

2323
// Preparing an Agent-based cluster deployment for the multicluster engine for Kubernetes Operator while disconnected
24-
include::modules/preparing-an-inital-cluster-deployment-for-mce-disconnected.adoc[leveloffset=+1]
24+
include::modules/preparing-an-initial-cluster-deployment-for-mce-disconnected.adoc[leveloffset=+1]
2525

2626
// Preparing an Agent-based cluster deployment for the multicluster engine for Kubernetes Operator while connected
27-
include::modules/preparing-an-inital-cluster-deployment-for-mce-connected.adoc[leveloffset=+1]
27+
include::modules/preparing-an-initial-cluster-deployment-for-mce-connected.adoc[leveloffset=+1]
2828

2929
[role="_additional-resources"]
3030
.Additional resources

modules/dynamic-plugin-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ A lazy loaded YAML editor for Kubernetes resources with hover help and completio
12901290
|===
12911291
|Parameter Name |Description
12921292
|`initialResource` |YAML/Object representing a resource to be shown by
1293-
the editor. This prop is used only during the inital render
1293+
the editor. This prop is used only during the initial render
12941294

12951295
|`header` |Add a header on top of the YAML editor
12961296

modules/oc-mirror-differential-updates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
After you publish the initial image set to the mirror registry, you can use the oc-mirror plugin to keep your disconnected clusters updated.
1111

12-
Depending on your image set configuration, oc-mirror automatically detects newer releases of {product-title} and your selected Operators that have been released after you completed the inital mirror. It is recommended to run oc-mirror at regular intervals, for example in a nightly cron job, to receive product and security updates on a timely basis.
12+
Depending on your image set configuration, oc-mirror automatically detects newer releases of {product-title} and your selected Operators that have been released after you completed the initial mirror. It is recommended to run oc-mirror at regular intervals, for example in a nightly cron job, to receive product and security updates on a timely basis.
1313

1414
.Prerequisites
1515

modules/preparing-an-inital-cluster-deployment-for-mce-connected.adoc renamed to modules/preparing-an-initial-cluster-deployment-for-mce-connected.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="preparing-an-inital-cluster-deployment-for-mce-connected_{context}"]
6+
[id="preparing-an-initial-cluster-deployment-for-mce-connected_{context}"]
77

88
= Preparing an Agent-based cluster deployment for the multicluster engine for Kubernetes Operator while connected
99

modules/preparing-an-inital-cluster-deployment-for-mce-disconnected.adoc renamed to modules/preparing-an-initial-cluster-deployment-for-mce-disconnected.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * installing_with_agent_based_installer/preparing-an-agent-based-installed-cluster-for-mce.adoc
44

55
:_mod-docs-content-type: PROCEDURE
6-
[id="preparing-an-inital-cluster-deployment-for-mce-disconnected_{context}"]
6+
[id="preparing-an-initial-cluster-deployment-for-mce-disconnected_{context}"]
77

88
= Preparing an Agent-based cluster deployment for the multicluster engine for Kubernetes Operator while disconnected
99

0 commit comments

Comments
 (0)