Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit fe5e5bb

Browse files
authored
Fixed typo
1 parent dfa6e84 commit fe5e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_documentations/remotedeploy-single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This command requires various flags to specify where and what to install.
2222

2323
For OpenShift, Codewind is required to run as privileged and as root because it builds container images. Run the following commands where `<namespace>` is the namespace into which you plan to install Codewind:
2424
- For Codewind on OpenShift, you must create the namespace first. To do this, enter: `oc create namespace <Codewind-namespace>`.
25-
- If you are on IBM Public Cloud, you must install Keycloak and Codewind in separate namesapaces, for example, `oc create namespace <keycloak-namespace>` and then `oc create namespace <Codewind-namespace>`.
25+
- If you are on IBM Public Cloud, you must install Keycloak and Codewind in separate namespaces, for example, `oc create namespace <keycloak-namespace>` and then `oc create namespace <Codewind-namespace>`.
2626

2727
For both IBM Public Cloud and OpenShift, run the following commands on only the Codewind namespace:
2828
- Switch to your Codewind-only namespace using: `oc project <Codewind-namespace>`.

0 commit comments

Comments
 (0)