Skip to content

Commit 24b1e68

Browse files
authored
Merge pull request #87376 from ahardin-rh/similiar-typo
OCPBUGS-31400: typo fix for the word similar
2 parents b501549 + 6371832 commit 24b1e68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

edge_computing/ztp-using-hub-cluster-templates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
{cgu-operator-full} supports {rh-rhacm-first} hub cluster template functions in configuration policies used with {ztp-first}.
1010

1111
Hub-side cluster templates allow you to define configuration policies that can be dynamically customized to the target clusters.
12-
This reduces the need to create separate policies for many clusters with similiar configurations but with different values.
12+
This reduces the need to create separate policies for many clusters with similar configurations but with different values.
1313

1414
[IMPORTANT]
1515
====

modules/cluster-cloud-controller-config-osp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following options are present in the config map. Except when indicated other
4646
// [id="ccm-config-global-options"]
4747
// == Global options
4848

49-
// The following options are used for {rh-openstack} CCM authentication with the {rh-openstack} Identity service, also known as Keystone. They are similiar to the global options that you can set by using the `openstack` CLI.
49+
// The following options are used for {rh-openstack} CCM authentication with the {rh-openstack} Identity service, also known as Keystone. They are similar to the global options that you can set by using the `openstack` CLI.
5050

5151
// |===
5252
// | Option | Description

modules/rosa-sts-cluster-terraform-execute.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ Success! The configuration is valid.
4747
$ terraform apply
4848
----
4949
+
50-
The Terraform interface asks two questions to create your cluster, similiar to the following:
50+
The Terraform interface asks two questions to create your cluster, similar to the following:
5151
+
5252
.Example output
5353
[source,terminal]
5454
----
5555
var.create_vpc
5656
If you would like to create a new VPC, set this value to 'true'. If you do not want to create a new VPC, set this value to 'false'.
5757
58-
Enter a value:
58+
Enter a value:
5959
6060
var.private_cluster
6161
If you want to create a private cluster, set this value to 'true'. If you want a publicly available cluster, set this value to 'false'.
6262
63-
Enter a value:
63+
Enter a value:
6464
----
6565

6666
. Enter `yes` to proceed or `no` to cancel when the Terraform interface lists the resources to be created or changed and prompts for confirmation:

0 commit comments

Comments
 (0)