Skip to content

Commit 604a31a

Browse files
authored
Update scenarios-virtual-networks.md
1 parent 46e653a commit 604a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/scenarios-virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ output subnet1ResourceId string = virtualNetwork::subnet1.id
5959
output subnet2ResourceId string = virtualNetwork::subnet2.id
6060
```
6161

62-
To reference a nested resource outside the parent resource, it must be qualified with the containing resource name and the :: operator as shown in the preceding exeample.
62+
To reference a nested resource outside the parent resource, it must be qualified with the containing resource name and the :: operator as shown in the preceding example.
6363

6464
## Network security groups
6565

0 commit comments

Comments
 (0)