Skip to content

Commit f903461

Browse files
authored
Merge pull request #97315 from sarahecraddock/patch-1
Fix typo in parameter description
2 parents c5ccab7 + 57bd83f commit f903461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/resource-manager-diagnostic-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ param storageAccountId string
4343
@description('The resource Id for the event hub authorization rule.')
4444
param eventHubAuthorizationRuleId string
4545
46-
@description('The name of teh event hub.')
46+
@description('The name of the event hub.')
4747
param eventHubName string
4848
4949
resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
@@ -125,7 +125,7 @@ resource setting 'Microsoft.Insights/diagnosticSettings@2021-05-01-preview' = {
125125
"eventHubName": {
126126
"type": "string",
127127
"metadata": {
128-
"description": "The name of teh event hub."
128+
"description": "The name of the event hub."
129129
}
130130
}
131131
},

0 commit comments

Comments
 (0)