Skip to content

Commit f63eea7

Browse files
authored
fix apostrophe
1 parent 50ead2f commit f63eea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/nat-gateway-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Scenarios that don't use availability zones will be regional (no zone specified)
122122
       {
123123
          "name": "mySubnet1",
124124
            "properties": {
125-
             "addressPrefix": 192.168.0.0/24",
125+
             "addressPrefix": "192.168.0.0/24",
126126
               "natGateway": {
127127
                "id": "ref to myNATGateway"
128128
               }

0 commit comments

Comments
 (0)