Skip to content

Commit 138331c

Browse files
authored
fixed spelling mistake for command - line 83
1 parent 14158a1 commit 138331c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/how-to-configure-custom-bgp-communities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ BGP communities are groupings of IP prefixes tagged with a community value. This
8080
Name = 'myVirtualNetwork'
8181
ResourceGroupName = 'myERRG'
8282
}
83-
$vnet = Get-AzVirtualNewtork @virtualnetwork
83+
$vnet = Get-AzVirtualNetwork @virtualnetwork
8484
```
8585
8686
1. Update the `VirtualNetworkCommunity` value for your virtual network.

0 commit comments

Comments
 (0)