Skip to content

Commit 7b12bf9

Browse files
authored
Merge pull request #52516 from bhardesty/rosa-quickstart-fix-typo
Minor copy edits to ROSA quick start
2 parents 805be66 + df9fd76 commit 7b12bf9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/deploy-app.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@ endif::[]
4242

4343
. In the *Developer Catalog* page, select *Languages* -> *JavaScript* from the menu.
4444

45-
. Click *Node.js*, and then click *Create Application* to open the *Create Source-to-Image Application* page.
45+
. Click *Node.js*, and then click *Create* to open the *Create Source-to-Image application* page.
4646
+
4747
[NOTE]
4848
====
4949
You might need to click *Clear All Filters* to display the *Node.js* option.
5050
====
5151

52-
. In the *Git* section, click *Try Sample*.
52+
. In the *Git* section, click *Try sample*.
5353

5454
. Add a unique name in the *Name* field. The value will be used to name the associated resources.
5555

56-
. Confirm that *Deployment* and *Create a route to the application* are selected.
56+
. Confirm that *Deployment* and *Create a route* are selected.
5757

5858
. Click *Create* to deploy the application. It will take a few minutes for the pods to deploy.
5959

6060
. Optional: Check the status of the pods in the *Topology* pane by selecting your *nodejs* app and reviewing its sidebar. You must wait for the `nodejs` build to complete and for the `nodejs` pod to be in a *Running* state before continuing.
6161

62-
. When the deployment is complete, click route URL for the application, which has a format similar to the following:
62+
. When the deployment is complete, click the route URL for the application, which has a format similar to the following:
6363
+
6464
----
65-
http://nodejs-<project>.<cluster_name>.<hash>.<region>.openshiftapps.com/
65+
https://nodejs-<project>.<cluster_name>.<hash>.<region>.openshiftapps.com/
6666
----
6767
+
68-
A new tab in your browser opens with a message similar to the following.
68+
A new tab in your browser opens with a message similar to the following:
6969
+
7070
----
7171
Welcome to your Node.js application on OpenShift

modules/rosa-sts-associating-your-aws-account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Select the default values at the prompts to quickly create and link the role.
6060
$ rosa create user-role
6161
----
6262
+
63-
Select the default values at the prompts to quickly create and link the role
63+
Select the default values at the prompts to quickly create and link the role.
6464
+
6565
[NOTE]
6666
====

0 commit comments

Comments
 (0)