Skip to content

Commit 4bacb87

Browse files
authored
Update howto-deploy-java-jboss-enterprise-application-platform-app.md
Made corrections flagged by Acrolinx in lines 140, 187, 264, 268.
1 parent fbdcc5e commit 4bacb87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Follow the next steps to build and run the application locally.
137137
138138
Your steps to ensure the network traffic is permitted above were ineffective. Ensure the IP address from the error message is included in the firewall rules.
139139
140-
If you receive an message with text similar to the following:
140+
If you receive a message with text similar to the following:
141141
142142
```bash
143143
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'TODOS' in the database.
@@ -184,7 +184,7 @@ Follow the next steps to build and run the application locally.
184184
{"status":"UP","checks":[{"name":"SuccessfulCheck","status":"UP"}]}
185185
```
186186
187-
To check the status of readyness, run:
187+
To check the status of readiness, run:
188188
189189
```bash
190190
curl http://localhost:9990/health/ready
@@ -261,11 +261,11 @@ The next steps explain how you can deploy the application with a Helm chart usin
261261
--query "consoleProfile.url" -o tsv
262262
```
263263

264-
Select the **</> Developer** perspective from the drop down menu at the top of the navigation pane.
264+
Select the **</> Developer** perspective from the drop-down menu at the top of the navigation pane.
265265

266266
:::image type="content" source="media/howto-deploy-java-enterprise-application-platform-app/console-developer-view.png" alt-text="Screenshot of OpenShift console developer view.":::
267267

268-
1. In the **</> Developer** perspective, select the **eap-demo** project from the **Project** drop down menu.
268+
1. In the **</> Developer** perspective, select the **eap-demo** project from the **Project** drop-down menu.
269269

270270
:::image type="content" source="media/howto-deploy-java-enterprise-application-platform-app/console-project-combo-box.png" alt-text="Screenshot of OpenShift console project combo box.":::
271271

0 commit comments

Comments
 (0)