Skip to content

Commit 899ac7f

Browse files
authored
Update hdinsight-apps-install-custom-applications.md
1 parent 543bafc commit 899ac7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hdinsight-apps-install-custom-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ For **Hue**, you can use the following steps:
7777

7878
### Azure CLI
7979

80-
Replace `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the commands below:
80+
Replace `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the following commands:
8181

82-
* To lists all of the applications for the HDInsight cluster.
82+
* To list all of the applications for the HDInsight cluster.
8383

8484
```azurecli
8585
az hdinsight application list --cluster-name CLUSTERNAME --resource-group RESOURCEGROUP
@@ -125,7 +125,7 @@ If an application installation failed, you can see the error messages and debug
125125
126126
### Azure CLI
127127
128-
Replace `NAME`, `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the command below:
128+
Replace `NAME`, `CLUSTERNAME`, and `RESOURCEGROUP` with the relevant values and then enter the following command:
129129
130130
```azurecli
131131
az hdinsight application delete --name NAME --cluster-name CLUSTERNAME --resource-group RESOURCEGROUP

0 commit comments

Comments
 (0)