Skip to content

Commit cbf04c5

Browse files
authored
Merge pull request #106196 from fiedema/patch-1
Typo: include 'than' on line 32
2 parents 0f1526a + e214d61 commit cbf04c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/child-resource-name-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The **full name** of the child resource uses the pattern:
2929
{parent-resource-name}/{child-resource-name}
3030
```
3131

32-
If you have more two levels in the hierarchy, keep repeating parent names:
32+
If you have more than two levels in the hierarchy, keep repeating parent names:
3333

3434
```bicep
3535
{parent-resource-name}/{child-level1-resource-name}/{child-level2-resource-name}

0 commit comments

Comments
 (0)