Skip to content

Commit 43d009e

Browse files
authored
Merge pull request #51803 from garrett-wood/patch-1
Fixed Typo in Instructions to advertise custom routes
2 parents 3c98865 + 6b2955d commit 43d009e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To advertise custom routes, use the `Set-AzVirtualNetworkGateway cmdlet`. The fo
3535
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute 13.88.144.250/32
3636
```
3737
38-
3. To add multiple custom routes, use a coma and spaces to separate the addresses. For example:
38+
3. To add multiple custom routes, use a comma and spaces to separate the addresses. For example:
3939
4040
```azurepowershell-interactive
4141
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute x.x.x.x/xx , y.y.y.y/yy

0 commit comments

Comments
 (0)