Skip to content

Commit e214d61

Browse files
authored
Typo: include 'than' on line 32
Current sentence: If you have more two levels in the hierarchy, keep repeating parent names: I believe the word 'than' is missing in this sentence. Proposed update: If you have more than two levels in the hierarchy, keep repeating parent names:
1 parent a632487 commit e214d61

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)