Skip to content

Commit 98d619f

Browse files
fix: Typographical error: 'deplpoying' should be 'deploying'.
1 parent a249d16 commit 98d619f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ param imageTag string = 'latest'
6262
param AZURE_LOCATION string=''
6363
var solutionLocation = empty(AZURE_LOCATION) ? resourceGroup().location : AZURE_LOCATION
6464

65-
@description('Set this flag to true only if you are deplpoying from Local')
65+
@description('Set this flag to true only if you are deploying from Local')
6666
param useLocalBuild string = 'false'
6767

6868
// Convert input to lowercase

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.36.1.42791",
8-
"templateHash": "15846344565370882575"
8+
"templateHash": "2561941450147629490"
99
}
1010
},
1111
"parameters": {
@@ -114,7 +114,7 @@
114114
"type": "string",
115115
"defaultValue": "false",
116116
"metadata": {
117-
"description": "Set this flag to true only if you are deplpoying from Local"
117+
"description": "Set this flag to true only if you are deploying from Local"
118118
}
119119
}
120120
},

0 commit comments

Comments
 (0)