Browse Source

chore(azure): fix typo

Carlo Sala 2 years ago
parent
commit
5fc1118fd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/azure/azure.plugin.zsh

+ 1 - 1
plugins/azure/azure.plugin.zsh

@@ -1,4 +1,4 @@
-# AZ Get Subscritions
+# AZ Get Subscriptions
 function azgs() {
   az account show --output tsv --query 'name' 2>/dev/null
 }