Skip to content

Commit 0950294

Browse files
authored
Merge pull request #80968 from syedriko/syedriko-markdown-lang-spec-spelling
OLS-970: corrected spelling of language specifiers
2 parents f0ef505 + dcfeb1a commit 0950294

7 files changed

+7
-7
lines changed

modules/cert-manager-configure-cpu-memory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
<12> Defines the amount of CPU and memory set by scheduler for the Webhook pod.
125125
+
126126
.Example output
127-
[source,termnal]
127+
[source,terminal]
128128
----
129129
certmanager.operator.openshift.io/cluster patched
130130
----

modules/connected-to-disconnected-verify.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ oc get pods --all-namespaces
2020
----
2121
+
2222
.Example output
23-
[source,terinal]
23+
[source,terminal]
2424
----
2525
NAMESPACE NAME READY STATUS RESTARTS AGE
2626
kube-system apiserver-watcher-ci-ln-47ltxtb-f76d1-mrffg-master-0 1/1 Running 0 39m

modules/describe-function-kn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `kn func info` command prints information about a deployed function, such as
88

99
* Describe a function:
1010
+
11-
[source,termnal]
11+
[source,terminal]
1212
----
1313
$ kn func info [-f <format> -n <namespace> -p <path>]
1414
----

modules/images-test-s2i.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The S2I tooling comes with powerful generation tools to speed up the process of
4444
creating a new S2I image. The `s2i create` command produces all the necessary S2I
4545
scripts and testing tools along with the `Makefile`:
4646

47-
[source,termnal]
47+
[source,terminal]
4848
----
4949
$ s2i create <image_name> <destination_directory>
5050
----

modules/ipi-install-preparing-to-deploy-with-virtual-media-on-the-baremetal-network.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If the `provisioning` network is enabled and you want to expand the cluster usin
1616

1717
. Edit the `provisioning` custom resource (CR) to enable deploying with Virtual Media on the `baremetal` network:
1818
+
19-
[source,terminmal]
19+
[source,terminal]
2020
----
2121
oc edit provisioning
2222
----

modules/ssh-agent-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $ cat <path>/<file_name>.pub
188188
+
189189
For example, run the following to view the `~/.ssh/id_ed25519.pub` public key:
190190
+
191-
[source,termanal]
191+
[source,terminal]
192192
----
193193
$ cat ~/.ssh/id_ed25519.pub
194194
----

web_console/dynamic-plugin/overview-dynamic-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When creating your plugin, follow these general guidelines:
3030
* Maintain a consistent look, feel, and behavior with other console pages.
3131
* Follow link:https://www.i18next.com/[react-i18next] localization guidelines when creating your plugin. You can use the `useTranslation` hook like the one in the following example:
3232
+
33-
[source,ymal]
33+
[source,typescript]
3434
----
3535
conster Header: React.FC = () => {
3636
const { t } = useTranslation('plugin__console-demo-plugin');

0 commit comments

Comments
 (0)