Skip to content

Commit 3c4543c

Browse files
authored
Fix closing tag (#237)
1 parent 3e0470b commit 3c4543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ContainerCustomization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See [default container labels](#default-container-labels) for a list of labels t
113113
```xml
114114
<ItemGroup>
115115
<ContainerLabel Include="org.contoso.businessunit" Value="contoso-university" />
116-
<ItemGroup>
116+
</ItemGroup>
117117
```
118118

119119
## ContainerEnvironmentVariable

0 commit comments

Comments
 (0)