Skip to content

Commit 353ae10

Browse files
Update howto-deploy-java-liberty-app.md
1 parent e625734 commit 353ae10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Create environment variables in your shell for the resource group name for the d
143143
$Env:DB_RESOURCE_GROUP_NAME="<your-database-resource-group-name>"
144144
```
145145
146-
Now that the database and AKS cluster have been created, we can proceed to preparing AKS to host your Open Liberty application.
146+
Now that the database and AKS cluster are created, we can proceed to preparing AKS to host your Open Liberty application.
147147
148148
## Configure and deploy the sample application
149149
@@ -175,7 +175,7 @@ git checkout 20240109
175175
176176
---
177177
178-
If you see a message about being in "detached HEAD" state, this message is safe to ignore. It just means you have checked out a tag.
178+
If you see a message about being in "detached HEAD" state, this message is safe to ignore. It just means you checked out a tag.
179179
180180
```
181181
java-app

0 commit comments

Comments
 (0)