Skip to content

Commit d7908b1

Browse files
authored
Merge pull request #50868 from lupino3/patch-2
Fix typo: examle → example
2 parents 36c3c8a + 583aceb commit d7908b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/copy-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The copy element is an array so you can specify more than one property for the r
113113
{
114114
"type": "Microsoft.Network/loadBalancers",
115115
"apiVersion": "2017-10-01",
116-
"name": "examleLB",
116+
"name": "exampleLB",
117117
"properties": {
118118
"copy": [
119119
{

0 commit comments

Comments
 (0)