Skip to content

Commit 81c3ccb

Browse files
committed
Learn Editor: Update quick-kubernetes-deploy-cli.md
1 parent d162904 commit 81c3ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-kubernetes-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ You can validate that the application is running by visiting the public IP addre
360360
Get the application URL using the following commands:
361361
362362
```azurecli-interactive
363-
runtime="5 minute"
363+
runtime="5 minutes"
364364
endtime=$(date -ud "$runtime" +%s)
365365
while [[ $(date -u +%s) -le $endtime ]]
366366
do

0 commit comments

Comments
 (0)