Skip to content

Commit

Permalink
Update ModulesUsage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Feb 9, 2022
1 parent 9ba0d14 commit 53d2bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/ModulesUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ param vNetAddressPrefixes array = [
@description('Optional. An Array of subnets to deploy to the Virual Network.')
param subnets array = [
{
name: 'PrimrarySubnet'
name: 'PrimarySubnet'
addressPrefix: '10.0.0.0/24'
networkSecurityGroupName: networkSecurityGroupName
}
Expand Down Expand Up @@ -216,7 +216,7 @@ param vNetAddressPrefixes array = [
@description('Optional. An Array of subnets to deploy to the Virual Network.')
param subnets array = [
{
name: 'PrimrarySubnet'
name: 'PrimarySubnet'
addressPrefix: '10.0.0.0/24'
networkSecurityGroupName: networkSecurityGroupName
}
Expand Down

0 comments on commit 53d2bda

Please sign in to comment.