Skip to content

Commit 038d8ef

Browse files
authored
Merge pull request #38475 from lbscorpio/fixstyle
Fix typos to unify the style
2 parents f1074cb + 95a2ba5 commit 038d8ef

22 files changed

+24
-26
lines changed

modules/adding-custom-notification-banners.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ spec:
3333
----
3434
<1> Valid location settings are `BannerTop`, `BannerBottom`, and `BannerTopBottom`.
3535

36-
. Click the *Create* button to apply your changes.
36+
. Click *Create* to apply your changes.

modules/builds-strategy-secrets-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repository.
2020

2121
. On the build configuration editor page or in the `create app from builder image` page of the web console, set the *Source Secret*.
2222

23-
. Click the *Save* button.
23+
. Click *Save*.
2424

2525

2626
//[NOTE]

modules/creating-custom-links.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ spec:
8383
imageURL: https://via.placeholder.com/24
8484
----
8585

86-
. Click the *Save* button to apply your changes.
86+
. Click *Save* to apply your changes.

modules/dedicated-aws-vpc-initiating-peering.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ with the procedure.
2727

2828
. Log in to the Web Console for the OSD AWS Account and navigate to the
2929
*VPC Dashboard* in the region where the cluster is being hosted.
30-
. Go to the *Peering Connections* page and click the *Create Peering Connection*
31-
button.
30+
. Go to the *Peering Connections* page and click *Create Peering Connection*.
3231
. Verify the details of the account you are logged in to and the details of the
3332
account and VPC you are connecting to:
3433
.. *Peering connection name tag*: Set a descriptive name for the VPC Peering Connection.

modules/dedicated-cluster-install-deploy.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ the *Status* column for any errors or failures.
7474
.. Click the installed *Red Hat OpenShift Logging* Operator.
7575

7676
.. Under the *Details* tab, in the *Provided APIs* section, in the
77-
*Cluster Logging* box, click *Create Instance* . Select the *YAML View*
78-
radio button and paste the following YAML definition into the window
77+
*Cluster Logging* box, click *Create Instance* . Select *YAML View* and paste the following YAML definition into the window
7978
that displays.
8079
+
8180
.Cluster Logging custom resource (CR)

modules/dedicated-managing-dedicated-administrators.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ link:https://console.redhat.com/openshift[{cloud-redhat-com}] site.
1212
[id="dedicated-administrators-adding-user_{context}"]
1313
== Adding a user
1414
. Navigate to the *Cluster Details* page and *Access Control* tab.
15-
. Click the *Add user* button. (first user only)
15+
. Click *Add user*. (first user only)
1616
. Enter the user name and select the group (*dedicated-admins*)
17-
. Click the *Add* button.
17+
. Click *Add*.
1818

1919
[id="dedicated-administrators-removing-user_{context}"]
2020
== Removing a user

modules/dedicated-scaling-your-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To scale your {product-title} cluster:
1010
. From link:https://console.redhat.com/openshift[console.redhat.com/openshift], click
1111
on the cluster you want to resize.
1212

13-
. Click the *Actions* button, then *Scale Cluster*.
13+
. Click *Actions*, then *Scale Cluster*.
1414

1515
. Select how many compute nodes are required, then click *Apply*.
1616

modules/developer-cli-odo-installing-odo-on-windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following example demonstrates how to set up a path variable. Your binaries
1919
. Create a folder at `C:\go-bin`.
2020
. Right click *Start* and click *Control Panel*.
2121
. Select *System and Security* and then click *System*.
22-
. From the menu on the left, select the *Advanced systems settings* and click the *Environment Variables* button at the bottom.
22+
. From the menu on the left, select the *Advanced systems settings* and click *Environment Variables* at the bottom.
2323
. Select *Path* from the *Variable* section and click *Edit*.
2424
. Click *New* and type `C:\go-bin` into the field or click *Browse* and select the directory, and click *OK*.
2525

modules/gitops-configuring-the-groups-claim.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Protocol:: `openid-connect`
1515
Display On Content Scope:: `On`
1616
Include to Token Scope:: `On`
1717

18-
. Click the *Save* button and navigate to `groups` -> *Mappers*.
18+
. Click *Save* and navigate to `groups` -> *Mappers*.
1919

2020
. Add a new token mapper with the following values:
2121
Name:: `groups`

modules/gitops-creating-a-new-client-in-keycloak.adoc

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

88
.Procedure
99

10-
. Log in to your Keycloak server, select the realm you want to use, navigate to the *Clients* page, and then click the *Create* button in the upper-right section of the screen.
10+
. Log in to your Keycloak server, select the realm you want to use, navigate to the *Clients* page, and then click *Create* in the upper-right section of the screen.
1111

1212
. Specify the following values:
1313
Client ID:: `argocd`

0 commit comments

Comments
 (0)