From 69153ae57cdc93f0429a5a44e2a21880ac3035bb Mon Sep 17 00:00:00 2001 From: Marius Karnauskas Date: Fri, 31 May 2024 10:56:09 +0100 Subject: [PATCH] Typo (#350) --- .../ADODashboard-Contributors/infrastructure/deploy.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/ADODashboard-Contributors/infrastructure/deploy.bicep b/dashboards/ADODashboard-Contributors/infrastructure/deploy.bicep index e572e53..b1631d3 100644 --- a/dashboards/ADODashboard-Contributors/infrastructure/deploy.bicep +++ b/dashboards/ADODashboard-Contributors/infrastructure/deploy.bicep @@ -1,7 +1,7 @@ @description('Base name to be used in all resources') param name string = 'cco-ado-contributions' -@description('Name of the sotrage account') +@description('Name of the storage account') param staname string = 'ccoadocontsta' @description('Location where resources should be deployed')