Skip to content

Commit 3a137d5

Browse files
jordanpagewhiteJordan White
and
Jordan White
authored
Fix some typos in RHDH documentation adocs (redhat-developer#872)
Co-authored-by: Jordan White <[email protected]>
1 parent ff07620 commit 3a137d5

8 files changed

+9
-9
lines changed

artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on
66
[[installing-tekton-plugin]]
77
== Installation
88

9-
.Prerequsites
9+
.Prerequisites
1010
* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins.
1111
//For more information about installing dynamic plugins, see xref:rhdh-installing-dynamic-plugins[].
1212
//Cannot xref across titles. Convert xref to a link.
@@ -140,4 +140,4 @@ global:
140140
- package: ./dynamic-plugins/dist/backstage-community-plugin-tekton
141141
disabled: false
142142
----
143-
--
143+
--

artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on
88
[[installing-tekton-plugin]]
99
=== Installation
1010

11-
.Prerequsites
11+
.Prerequisites
1212
* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins.
1313
//For more information about installing dynamic plugins, see xref:rhdh-installing-dynamic-plugins[].
1414
//Cannot xref across titles. Convert xref to a link.

artifacts/rhdh-plugins-reference/topology/topology-plugin-readme.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ You can use the https://raw.githubusercontent.com/backstage/community-plugins/ma
191191
====
192192
--
193193

194-
* The following annotation is added to the entity's `catalog-info.yaml` file to identify whether an entitiy contains the Kubernetes resources:
194+
* The following annotation is added to the entity's `catalog-info.yaml` file to identify whether an entity contains the Kubernetes resources:
195195
+
196196
--
197197
[source,yaml]

modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
----
149149
====
150150
+
151-
.Inject the envvironment variables in the `{my-product-secrets}` and `{my-product-database-secrets}` secrets
151+
.Inject the environment variables in the `{my-product-secrets}` and `{my-product-database-secrets}` secrets
152152
====
153153
[source,yaml,subs="+attributes,+quotes"]
154154
----

modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
+
2929
[NOTE]
3030
====
31-
Creating the {product-short} `ObjectBucketClaim` CR automatically creates both the {product-short} `ObjectBucketClaim` config map and secret. The config map and secret have the same name as the `ObjetBucketClaim` CR.
31+
Creating the {product-short} `ObjectBucketClaim` CR automatically creates both the {product-short} `ObjectBucketClaim` config map and secret. The config map and secret have the same name as the `ObjectBucketClaim` CR.
3232
====
3333
3434
After you create the `ObjectBucketClaim` CR, you can use the information stored in the config map and secret to make the information accessible to the {product-short} container as environment variables. Depending on the method that you used to install {product-short}, you add the access information to either the {product} Helm chart or Operator configuration.

modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dynamicPlugins:
113113
----
114114

115115

116-
<1> The `default.` prefix identifes an item as a main menu item. You can add the `default.` prefix to both individual menu items or parent menu group configuration, such as `default.<menu_group_parent_item_name>` in the previous example.
116+
<1> The `default.` prefix identifies an item as a main menu item. You can add the `default.` prefix to both individual menu items or parent menu group configuration, such as `default.<menu_group_parent_item_name>` in the previous example.
117117

118118
[NOTE]
119119
====

modules/installation/proc-rhdh-deploy-aks-helm.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can deploy your {product-short} application on {aks-name} ({aks-short}) to a
1616

1717
.Comparison of {aks-short} specifics with the base {product-short} deployment
1818

19-
* *Permissions issue*: {product-short} containers might encounter permission-related errors, such as `Permission denied` when attempting certain operations. This error can be addresssed by adjusting the `fsGroup` in the `PodSpec.securityContext`.
19+
* *Permissions issue*: {product-short} containers might encounter permission-related errors, such as `Permission denied` when attempting certain operations. This error can be addressed by adjusting the `fsGroup` in the `PodSpec.securityContext`.
2020

2121
* *Ingress configuration*: In AKS, configuring ingress is essential for accessing the installed {product-short} instance. Accessing the {product-short} instance requires enabling the Routing add-on, an NGINX-based Ingress Controller, using the following command:
2222
+

modules/installation/proc-rhdh-deploy-eks-operator.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The {product} Operator installation requires the Operator Lifecycle Manager (OLM) framework.
88

9-
.Additonal resources
9+
.Additional resources
1010
* For information about the OLM, see link:https://olm.operatorframework.io/docs/[Operator Lifecycle Manager(OLM)] documentation.
1111

1212
== Installing the {product-short} Operator with the OLM framework

0 commit comments

Comments
 (0)