Skip to content

Commit 32fad0f

Browse files
Update ContainerCustomization.md typo
The '/' of a closing tag was missing
1 parent 9cab05f commit 32fad0f

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
@@ -24,7 +24,7 @@ If you set a value here, you should set the fully-qualified name of the image to
2424
```xml
2525
<PropertyGroup>
2626
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime:6.0</ContainerBaseImage>
27-
<PropertyGroup>
27+
</PropertyGroup>
2828
```
2929

3030
### ContainerFamily

0 commit comments

Comments
 (0)